Skip to main content

Get subcontracts

GET 

/api/v2/Contracts/Subcontracts

Get subcontracts

Request

Query Parameters

    ContinuationToken string

    Token is needed, unless all records have been returned in previous request. Do not forget to pass also all other parameters.

    contractKey string

    Contract Guid or ExternalKey

Responses

Success

Schema

    ContinuationTokenstringnullable

    Items

    object[]

    nullable

  • Array [

  • Guidguid
    Revisionint64
    PersonCreatedguidnullable
    PersonChangedguidnullable
    TimestampCreateddate-timenullable
    Example: 2025-02-24T10:14:00Z
    TimestampChangeddate-timenullable
    Example: 2025-02-24T10:14:00Z
    Namestringnullablerequired
    Codestringnullable
    Contractguid
    Descriptionstringnullable
    EndDatedatenullable
    BillableBillableFlags (string)

    Possible values: [None, Billable, ChangeAllowed, BillableChangeAllowed]

    Notestringnullable
    CustomFieldsobjectnullable
    Example: {"MyCustomField":"value","MyNestedObject":{"MyNestedProperty":"value"}}
    ExternalKeystringnullable
    Statesstring[]nullable
    ResponsiblePersonguidnullable
    CompletionDatedate-timenullable
  • ]