Request

Note:  

For more information about how to create Request/id, see ExampleGetRequests01.java.

For more information about how to create Request/requestType, see ExampleCreateRequest.java.

Property

Type

Description

Required

Id

string

Request ID. A numeric value, which is typically greater than 30,000.

No a

requestType

string

Request type name. This field is case-sensitive.

Yes

simpleFields

SimpleField

An array list of the following elements:

  • token

  • stringValue

  • dateValue

No

tables

Table

An array list of token and columns elements.

No

notes

Note

An array list of the following optional elements:

  • author

  • creationDate

  • content

No

fieldChangeNotes

FieldChangeNote

An array list of the following optional elements:

  • author

  • creationDate

  • content

The following are required elements:

  • fieldPrompt

  • oldValue

  • newValue

No

URLReferences

URLReference

An array list of the following optional elements:

  • addedBy

  • creationDate

  • description

  • name

The following is the required element:

  • refUR

No

remoteReferences

RemoteReference

An array list of the following optional elements:

  • addedBy

  • creationDate

  • description

  • name

The following are required elements:

  • Identifier

  • displayURL

  • status

No

a. Property ID is required for certain operations such as setRequestFields.