Asset Management
Retrieve asset by id
Retrieve the information of the asset with the matching asset ID.
get/assets/{id}
Path parameters
idstring uuid required
Example:7bea4732-214f-40e7-9161-4e7241a2b97e
id of the object
Response
OK
Example response
{
"id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
"user_id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
"title": "Lorem Ipsum",
"creator": "pAI-OS",
"subject": "Lorem Ipsum",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
}