Form Contacts

get form contacts

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 "default not working"

Example: Desc
limitinteger · int32Optional

Paging parameter Default value : null

Example: 2
offsetinteger · int32Optional

Paging parameter Default value : 0

Example: 3
contactsstringOptional

Filter parameter check the contact value

Example: test
Responses
200

OK

application/json
get
/api/v3/forms/9/contacts

get form contacts

POST https://ushahididocs.api.ushahidi.io/api/v3/forms/9/contacts

Request Body

Name
Type
Description

contacts

String

edit form contact

PUT https://ushahididocs.api.ushahidi.io/api/v3/forms/9/contacts/15

Request Body

Name
Type
Description

contacts

String

get form contact

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
get
/api/v3/forms/6/contacts/2

delete form contact

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
delete
/api/v3/forms/9/contacts/1