curl --request GET \
--url https://api.opx.co/partners/v1/contracts-templates/{id}
{
"data": {
"id": 123,
"reference": "<string>",
"rai_name": "<string>",
"status": "<string>"
}
}
curl --request GET \
--url https://api.opx.co/partners/v1/contracts-templates/{id}
{
"data": {
"id": 123,
"reference": "<string>",
"rai_name": "<string>",
"status": "<string>"
}
}
ContractTemplateResource
The response is of type object
.