Retrieve asset by id
Retrieve the information of the asset with the matching asset ID.
Path parameters
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."
}Changes
Changed in 8 of the 50 revisions of this API.824
- ○
the endpoint scheme security
jwtwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
jwtwas removed from the APIapi-security-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
jwtwas added to the APIapi-security-added
- ○
the endpoint scheme security
cookieAuthwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
cookieAuthwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
added the pattern
^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$to thepathrequest parameteridrequest-parameter-pattern-added
- ○
the
creatorresponse's property pattern^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$was added for the status200response-property-pattern-added
- ○
the
descriptionresponse's property pattern^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$was added for the status200response-property-pattern-added
- ○
the
idresponse's property pattern^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$was added for the status200response-property-pattern-added
- ○
the
subjectresponse's property pattern^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$was added for the status200response-property-pattern-added
- ○
the
titleresponse's property pattern^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$was added for the status200response-property-pattern-added
- ○
the
user_idresponse's property pattern^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$was added for the status200response-property-pattern-added
- ▲
- ▲
for the
pathrequest parameterid, the type/format was changed fromstring/tostring/uuidrequest-parameter-type-changed
- ▲
- ○
the response optional property
idbecame read-only for the status200response-optional-property-became-read-only
- ○
the response property
idbecame required for the status200response-property-became-required
- ○
the response property
titlebecame required for the status200response-property-became-required
- ○
- ▲
the response property
creatorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
subjectbecame nullable for the status200response-property-became-nullable
- ▲
the response property
user_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
idbecame optional for the status200response-property-became-optional
- ▲
the response property
titlebecame optional for the status200response-property-became-optional
- ○
the endpoint scheme security
jwtwas removed from the APIapi-security-removed
- ○
removed the pattern
^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$from thepathrequest parameteridrequest-parameter-pattern-removed
- ○
for the
pathrequest parameterid, the type/format was generalized fromstring/uuidtostring/request-parameter-type-generalized
- ○
the
creatorresponse's property pattern^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$was removed for the status200response-property-pattern-removed
- ○
the
descriptionresponse's property pattern^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$was removed for the status200response-property-pattern-removed
- ○
the
idresponse's property pattern^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$was removed for the status200response-property-pattern-removed
- ○
the
subjectresponse's property pattern^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$was removed for the status200response-property-pattern-removed
- ○
the
titleresponse's property pattern^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$was removed for the status200response-property-pattern-removed
- ○
the
user_idresponse's property pattern^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$was removed for the status200response-property-pattern-removed
- ○
the response required property
idbecame not read-only for the status200response-required-property-became-not-read-only
This revision also has 32 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲