GET AssetLocation/Get/{id}
Gets the specified Asset Location based on the identifier.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The identifier. |
Body Parameters
None.
Response Information
Resource Description
Asset LocationName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "Description": "sample string 2" }