Skip to main content

Get Contract State

GET 

/api/v2/Contracts/States/:key

Get Contract State

Request

Path Parameters

    key stringrequired

    Guid or ExternalKey

Responses

Success

Schema
    Guid guid
    Revision int64
    PersonCreated guidnullable
    PersonChanged guidnullable
    TimestampCreated date-timenullable
    TimestampChanged date-timenullable
    Name stringnullable

    Possible values: <= 100 characters

    DisplayName stringnullable

    Possible values: <= 100 characters

    Visibility ContractStateVisibility (string)

    Possible values: [Contracts, Subcontracts, All]

    Color stringnullable

    Possible values: <= 7 characters

    SortOrder integer
    ExternalKey stringnullable
Loading...