cURL
curl --request POST \ --url https://api.perscom.io/{version}/users/{user}/award-records/associate \ --header 'Authorization: Bearer <token>'
{ "data": { "user_id": 123, "award_id": 123, "id": 123, "document_id": 123, "author_id": 123, "text": "<string>", "label": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The API version to use.
v1
v2
attachments
author
author.*
award
award.image
comments
comments.*
document
OK
Show child attributes
The ID of the user receiving the award.
The ID of the award being given.
The ID of the document associated with this award record.
The ID of the user who created this award record.
Additional notes or information about this award. Supports HTML.
65535
The date the resource was created. Stored in UTC.
The date the resource was updated. Stored in UTC.
Was this page helpful?