Skip to content

GET /api/v2/export-profile/​

GET
/api/v2/export-profile/

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Query Parameters

name

Name to match against profiles

Type
string

Responses​

Playground​

Authorization
Variables
Key
Value

Samples​


Find Export Profile by ID​

GET
/api/v2/export-profile/{id}

Returns a single export profile

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

id*

Id of export profile to return

Type
integer
Required
Format
"int64"

Responses​

Playground​

Authorization
Variables
Key
Value

Samples​


Get the columns of an export profile​

GET
/api/v2/export-profile/{id}/columns

Get the columns of an export profile

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

id*

Id of export profile

Type
integer
Required
Format
"int64"

Responses​

Playground​

Authorization
Variables
Key
Value

Samples​


Get the count of records for a set of filters​

POST
/api/v2/export-profile/count

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Playground​

Authorization
Body

Samples​


Generate a report using an export profile​

POST
/api/v2/export-profile/{id}/generate-report

Generates a report using an export profile

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

id*

ID of export profile to use

Type
integer
Required
Format
"int64"

Request Body​

application/json
JSON
"string"

Responses​

Playground​

Authorization
Variables
Key
Value
Body

Samples​


Powered by VitePress OpenAPI