Exports

get exports

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
orderbystringOptional

Sorting parameter Available values : entity fields Default value : id

Example: id
orderstringOptional

Sorting parameter Available values : [ASC,DESC] Default value : ASC

Example: asc
limitinteger · int32Optional

Paging parameter Default value : null

Example: 2
offsetinteger · int32Optional

Paging parameter Default value : 0

Example: 3
max_expirationstringOptional

filter parameter return jobs with url_expiration less than this date or have 0 value

Example: 2018-08-22
userstringOptional

filter parameter return jobs that created by user/users accept multi values

Example: 2,3
entity_typestringOptional
Responses
get
/api/v3/exports/jobs

add export

POST https://ushahididocs.api.ushahidi.io/api/v3/exports/jobs

Request Body

Name
Type
Description

user_id

String

The user identifier

url_expiration

Integer

updated

String

header_row

String

status

String

filters

String

fields

String

entity_type

String

The entity types

hxl_heading_row

String

send_to_hdx

String

Set true to send HXL and false not to send HXL

send_to_browser

String

include_hxl

Boolean

Set true to include HXL and false not to include HXL

total_rows

String

total_batches

String

hxl_meta_data_id

String

edit export

PUT https://ushahididocs.api.ushahidi.io/api/v3/exports/jobs/1

Request Body

Name
Type
Description

user_id

String

The user identifier

url_expiration

Integer

updated

String

header_row

String

status

String

filters

String

fields

String

entity_type

String

The entity types

hxl_heading_row

String

send_to_hdx

String

Set true to send HXL and false not to send HXL

send_to_browser

String

include_hxl

Boolean

Set true to include HXL and false not to include HXL

total_rows

String

total_batches

String

hxl_meta_data_id

String

get export

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/api/v3/exports/jobs/1