Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

This method returns the statuses that are allowed to be used by jobs of specific type. Multiple statuses are returned by each call

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

job_type_identifier

(mandatory)

Job Type Identifier

The identifier of the type of the job that will be using the statuses. The statuses are filtered against the allowed statuses of the specified type. The allowed job type identifier fields are the following:

Include Page
v4:job_type_identifier
v4:job_type_identifier

life_cycle_state

(optional)

StingThe life cycle state that the status should have. If specified then only statuses related with the specified life cycle state will be retrieved

fields_set

(optional)

List of Strings, comma separated 

A list of fields that should be included in the results. If not specified then all the available fields will be returned

...