GetElements
Retrieve Elements in the Asset Framework server with the specified GUID of the elements, depth, and maximum count.
Input Parameter
Item | Description |
|---|---|
Request | GET |
URL Parameter |
|
Request Header | Authentication : String (required). Bearer Token string returned from the Login action. |
Request Body | None |
Status Code |
|
Sample
Request Header
"Authorization": "eyJhbGciOiJIUzI1N…"
Request URL Parameter
request={"AfServerName":"YOURAFSERVER","DatabaseName":["YOURDATABASE"],"ElementsGuid":[""]}
Response Body
{ "Result": [{ "Name": "Element1", "Id": "6d943cca-820c-11ee-b277-000c2981d07e", "Path": "\\\\YOURAFSERVER\\YOURDATABASE\\Element1", "ParentId": "00000000-0000-0000-0000-000000000000" }], "Success": true, "ErrorMessage": "" }
Provide Feedback