Skip to main content

Get people global rights

GET 

/api/v2/Rights/GlobalRights

Get people global rights

Request

Query Parameters

    Entities guid[]
    ContinuationToken string

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

Responses

Success

Schema
    ContinuationToken stringnullable
    Items object[]nullable
  • Array [
  • Guid guid
    Revision int64
    PersonCreated guidnullable
    PersonChanged guidnullable
    TimestampCreated date-timenullable
    TimestampChanged date-timenullable
    SystemAdmin boolean
    TimeTrackingAdmin boolean
    VehiclesAdmin boolean
    ExpensesAdmin boolean
    ContractsAndInvoicingAdmin boolean
    ServicesBillingAdmin boolean
    ContractsTimeWorkedVisible boolean
    ContractsCostsVisible boolean
    ContractsRevenuesVisible boolean
    ContractsBudgetTimeVisible boolean
    ContractsBudgetCostsVisible boolean
    CostRateVisible boolean
    CostRateEditable boolean
    BillingRateVisible boolean
    BillingRateEditable boolean
  • ]
Loading...