Asset Tag Label API Follow
This article builds on topics discussed in the REST API article. Please review that article first.
REST Resources
You can use the Asset Tags API under Locations endpoint to get all of the Asset Tag Labels info for a specific location ID. The Labels info (label ID & name) is listed under each asset tag:
https://edit.meridianapps.com/api/locations/{location_id}/asset-beacons
You can get information on a specific Asset Tag Label using its asset tag label ID:
https://edit.meridianapps.com/api/locations/{location_id}/beacons-tags/{label_id}
Label Field Reference
Here are descriptions of the fields returned by the Asset Tag Label API endpoint.
id | integer |
created |
Timestamp (ISO 8601) The timestamp when the Label was created. |
modified |
Timestamp (ISO 8601) The timestamp when the Label was last modified. |
name |
String The name of the Label. |
Comments
0 comments
Please sign in to leave a comment.