Return list

post

/api/v1/data/applications

This API returns the application list as per the ListMetaInfo provided. The applications are filtered and sorted as per the information in ListMetaInfo. Currently, simple filters are supported (filters available in the metadata). Complex filters require the list of values APIs to select the filter input.

Request

Supported Media Types
Body ()
The ListMetaInfo used to retrieve the data. ListMetaInfo can contain sorting information, filtering information, pagination details along with the context ID and list format ID.
Root Schema : ListMetaInfo
Type: object
Show Source
Nested Schema : columnsToSort
Type: array
The columns on which the sort is applied.
Show Source
Nested Schema : filterList
Type: array
The list of filters that must be applied on the list.
Show Source
Nested Schema : SortInfo
Type: object
Show Source
Nested Schema : FilterInformation
Type: object
Show Source
Nested Schema : defaultValues
Type: array
Show Source
Nested Schema : filterOperators
Type: array
Show Source
Nested Schema : possibleValues
Type: array
Show Source
Nested Schema : values
Type: array
Show Source

Response

Supported Media Types

200 Response

Returns the application list as per the ListMetaInfo information provided in the request. The API supports pagination and returns no more than the number of applications specified in the 'Maximum Number of Items in List' setting in Recruiting Center.
Body ()
The response for the list API.
Root Schema : ListData
Type: object
The response for the list API.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Collection Resource
Type: object
Title: Collection Resource
Base collection resource schema definition.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : SummaryItem
Type: object
Show Source
Nested Schema : attributes
Type: array
Key value collection of important attributes of the entities in the list
Show Source
Nested Schema : children
Type: array
Sub items of the summary item. Not used in the APIs now.
Show Source
Nested Schema : groups
Type: array
Group information. Not used in the APIs now.
Show Source
Nested Schema : items
Type: object
Additional Properties Allowed: true

400 Response

The error code represents an invalid request. For example: The specified context ID or format ID is invalid.
Body ()
Root Schema : Represents an error response.
Type: object
Title: Represents an error response.
Represents an error response.
Show Source
Nested Schema : additionalProperties
Type: object
Any additional properties apart from code, message or description.
Nested Schema : errors
Type: array
Show Source
Nested Schema : Represents a generic error.
Type: object
Title: Represents a generic error.
Represents a generic error.
Show Source

Default Response

Unexpected error.