v1
latestOpenAPI 3.1.02026-07-242735131.1 MBCountries
Show contractor contract details
Returns the contract details JSON Schema for contractors given a country
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (company_admin) | View forms (form:read) | - |
get/v1/countries/{country_code}/contractor-contract-details
Path parameters
country_codestring required
Country code according to ISO 3-digit alphabetic codes
Query parameters
employment_idstring
Employment ID
Version of the form schema
Response
Success
Example response
{
"data": {
"schema": {
"properties": {
"services_and_deliverables": {
"description": "List of projects, project descriptions and deliverables that a Contractor shall provide",
"maxLength": 3000,
"minLength": 10,
"title": "Services and Deliverables",
"type": "string",
"x-jsf-presentation": {
"inputType": "textarea"
}
}
},
"required": [
"services_and_deliverables"
],
"type": "object",
"x-jsf-order": [
"services_and_deliverables"
]
},
"version": 1
}
}