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 Locations endpoint to get all of the Asset Tag Labels for a specific location ID:
https://edit.meridianapps.com/api/locations/{location_id}/beacon-tags
You can get information on a specific Asset Tag Label using its asset tag label ID:
https://edit.meridianapps.com/api/locations/{location_id}/beacon-tags/{beacon_tag_id}
Asset Tags were originally called Asset Beacons, and Asset Tag Labels were originally called Asset Beacon Tags. That is the unfortunately confusing reason that the API URL is "beacon-tags".
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.