List Configurations - Field Descriptions
The following page details each of the fields received in the response when using the List Configurations endpoint.
Response
NoteFields in bold indicate the start and end of an array.
The following table describes fields that are included in the response.
Field | Description |
---|---|
status | The status of the response. For example, success . |
response | Object that contains the response. |
content | Array that contains the content of the configuration. |
configId | The unique identifier for the created configuration. |
pmId | The Program Manager ID associated with the configuration. This is only returned in the response if a valid pmId is included in the request. |
productId | The Product ID associated with the configuration. This is only returned in the response if a valid productId is included in the request. |
status | The status of the configuration. For example, active . |
messageTypeFilter | The list of message type filter codes for the configuration. For example, 1 or 2. |
createdDate | The date and time when the configuration was created. |
lastUpdatedDate | The date and time when the configuration was last updated. |
content | End of content array. |
totalCount | The total number of configurations created in the response. |
response | End of response array. |
Updated 1 day ago