Skip to main content

Get activity by id

POST 

/0/private/GetCustodyActivity

Retrieve details for a specific task activity.

Request

Query Parameters

    id stringrequired

    Possible values: >= 14 characters and <= 14 characters, Value must match regular expression ^A[A-Z2-7]{12}[ACEGIKMOQSUWY246]$

    Activity ID

Body

    nonce int64required

    Nonce used in construction of API-Sign header

Responses

Schema
    result object nullable

    An activity represents an event on a task.

    oneOf
    type stringrequired

    Possible values: [created]

    Event that is emitted once the initiator has submitted the request

    comment stringnullable

    Possible values: <= 1024 characters

    Comment for the task creation if available

    user objectrequired

    User associated with the activity

    full_name stringnullable

    User full name

    role object nullable

    User role

    oneOf

    string

    Possible values: [admin]

    ip_address stringnullable

    User IP address

    iiban stringnullable

    Possible values: >= 14 characters and <= 42 characters

    User IIBAN

    errors object[]required
  • Array [
  • severity stringrequired

    Possible values: [E, W]

    API error severity.

    errorClass stringrequired
    type stringrequired
    errorMessage stringnullable
  • ]
Loading...