GetAttributes
Retrieve Attributes of the specified Element in the Asset Framework server with the GUID of 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": "Attribute1", "Id": "a84113aa-da01-467c-9060-789cf3063365", "Path": "\\\\YOURAFSERVER\\YOURDATABASE\\Element1|Attribute1", "ParentId": "00000000-0000-0000-0000-000000000000", "OwnerElementId": "6d943cca-820c-11ee-b277-000c2981d07e", "IsPoint": false, "PointName": "", "ServerName": "" }], "Success": true, "ErrorMessage": "" }
Provide Feedback