get services

only admin could get encrypted credentials

Query Params
id
array of strings

filter services by service identifier

id
provider
array

filter services by provider

provider
type
array

filter services by type

type
is_active
array of booleans

filter services by if status is activated

is_active
status
array

filter services by status

status
start_time
array of strings

filter services by a range of start time(ie. '2021-01-01T00:00:00.000Z,2021-01-02T23:59:59.999Z' means an range between 2021-01-01T00:00:00.000Z and 2021-01-02T23:59:59.999Z inclusive)

start_time
end_time
array of strings

filter services by a range of end time(ie. '2021-01-01T00:00:00.000Z,2021-01-02T23:59:59.999Z' means an range between 2021-01-01T00:00:00.000Z and 2021-01-02T23:59:59.999Z inclusive)

end_time
created_at
array of strings

filter data by a range of created data(ie. '2021-01-01T00:00:00.000Z,2021-01-02T23:59:59.999Z' means an range between 2021-01-01T00:00:00.000Z and 2021-01-02T23:59:59.999Z inclusive)

created_at
integer

A URL parameter that specifies the maximum number of records to return. This can be any positive integer between 1 and 1000 inclusive. If not specified, the default is 20.

integer

Specifies an offset that allows you to retrieve the next batch of records.Any positive integer.If not specified, the default is 0.

orderby
array of strings

Specifies sequences to sort data (ie.orderby=id:desc)

orderby
updated_at
array of strings

filter data by a range of updated data(ie. '2021-01-01T00:00:00.000Z,2021-01-02T23:59:59.999Z' means an range between 2021-01-01T00:00:00.000Z and 2021-01-02T23:59:59.999Z inclusive)

updated_at
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*