Retrieve Applications

Retrieves a list of applications given the filter parameters provided

SecurityOAuth2: OAuth2Flow
Request
query Parameters
page
integer <int32>

Page of records to get (default 0 = first page)

page_size
integer <int32>

Records to return per page (default = 20)

order_by
string

Field to order result set by (e.g. customer_id)

order
string

Direction of ordering (ASC or DESC)

status
string

Application status

application_type
string

Application Type

terms_and_conditions_accepted
boolean

Have Terms and Conditions being Accepted

customer_id
string

Customer ID

customer_name
string

Customer Name

email_address
string

Customer Email Address

header Parameters
Authorization
string

OAuth bearer token (see authentication flows)

x-l2f-request-id
string

Optional Unique ID per request, useful for fault resolution/diagnosis and audit.

Responses
200

Success

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Error

get/v1/applications
Response samples
application/json
{
  • "data": {
    },
  • "links": {
    }
}
© 2024 Rail. All Rights Reserved.