A valid request URL is required to generate request examples{
"hydra:member": [
{
"@id": "<string>",
"@type": "<string>",
"@context": "<string>",
"id": 123,
"name": "<string>",
"content": "<string>",
"isInfiniteDuration": true,
"yearDuration": 123,
"monthDuration": 123,
"hasSignature": true,
"hasUpload": true,
"contractHash": "<string>",
"enableSignatureCancellation": true,
"required": true,
"hasAdminSignature": true,
"unit": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>"
},
"displayInProfile": true,
"defaultSignature": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"entityId": 123,
"contentUrl": "<string>",
"type": "<string>"
},
"hasDefaultSignature": true
}
],
"hydra:totalItems": 1,
"hydra:view": {
"@id": "string",
"type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
},
"hydra:search": {
"@type": "<string>",
"hydra:template": "<string>",
"hydra:variableRepresentation": "<string>",
"hydra:mapping": [
{
"@type": "<string>",
"variable": "<string>",
"property": "<string>",
"required": true
}
]
}
}Returns contracts relevant to the authenticated user. Includes contracts marked as displayInProfile that belong to the user groups, plus contracts the user has already signed. Duplicates are removed. Useful for the user profile contract section.
A valid request URL is required to generate request examples{
"hydra:member": [
{
"@id": "<string>",
"@type": "<string>",
"@context": "<string>",
"id": 123,
"name": "<string>",
"content": "<string>",
"isInfiniteDuration": true,
"yearDuration": 123,
"monthDuration": 123,
"hasSignature": true,
"hasUpload": true,
"contractHash": "<string>",
"enableSignatureCancellation": true,
"required": true,
"hasAdminSignature": true,
"unit": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>"
},
"displayInProfile": true,
"defaultSignature": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"entityId": 123,
"contentUrl": "<string>",
"type": "<string>"
},
"hasDefaultSignature": true
}
],
"hydra:totalItems": 1,
"hydra:view": {
"@id": "string",
"type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
},
"hydra:search": {
"@type": "<string>",
"hydra:template": "<string>",
"hydra:variableRepresentation": "<string>",
"hydra:mapping": [
{
"@type": "<string>",
"variable": "<string>",
"property": "<string>",
"required": true
}
]
}
}The collection page number
Enable or disable pagination
Contract collection
Show child attributes
x >= 0Show child attributes
{
"@id": "string",
"type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
}
Show child attributes