Skip to content

Retrieve a(n) Pipeline Step record​

GET
/pipelinesteps/{id}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"StepId": 0,
"TemplateId": 0,
"Offset": 0,
"InterviewType": null,
"InterviewStatus": "string",
"Color": "string",
"Options": null,
"DefaultEmailRecipients": null,
"ActivityResult": "string",
"DefaultEmailFormId": 0,
"DefaultEmailFormName": "string",
"SendEmailDefault": true
}

Playground​

Authorization
Variables
Key
Value

Samples​