Get
/api/v1/connections/{connection_type}/download
Security
HTTP
Type bearer
Path parameters
connection_type
stringRequired
connection_type
Query parameters
loginName
string
To filter user name
groupName
string
To filter group name
siteName
string
To filter site name
timezone
string
ExampleAsia/Kolkata
sort
array of string
Sorting criteria in the format: field:asc|desc, field defaults to whenCreated and direction defaults to DESC. Example fields are: ['mail', 'loginName', 'siteName', 'groupName', 'whenCreated', 'whenChanged', 'lastActive']
DefaultwhenCreated:DESC
Example[
"whenCreated:desc"
]
fromDate
string
The earliest date to search in user created time. The value should be ISO String (YYYY-MM-DDThh:mm:ssz)
Example2021-05-06T10:50:35+0000
toDate
string
The latest date to search in user created time. The value should be ISO String (YYYY-MM-DDThh:mm:ssz)
Example2021-05-06T10:50:35+0000
Responses
200
Download a connection_type based csv
string
401
Unauthorized
object
authorization
boolean
Exampletrue
data
object
message
string
error_code
integer | null
error_message
string | null
error_status
boolean
404
Not Found
object
authorization
boolean
Exampletrue
data
object
message
string
error_code
integer | null
error_message
string | null
error_status
boolean
422
Unprocessable Entity
object
authorization
boolean
Exampletrue
data
object
message
string
error_code
integer | null
error_message
string | null
error_status
boolean