v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Countries

Show contractor contract details

Returns the contract details JSON Schema for contractors given a country

Scopes

CategoryRead only ScopeWrite 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

integer

Specific version number

OR
'latest'

Use latest version

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
  }
}