Basic GET operation that returns a list of contact data sets that are present in the registrationAuthority field in process data sets.
GET /processes/registrationAuthorities?format={format}
Data can either be returned in XML (default) or JSON formats, which can be controlled by using a request parameter:
Name | Values | Description |
---|---|---|
format | XML, JSON | Returns the result in the specified format. |
The response returned is a list of contact objects. See the section "Contact Response Elements" for a more detailed description.
GET /processes/registrationAuthorities?format=JSON
HTTP/1.1 200 OK
Content-Type: application/json
{"startIndex":0,"pageSize":1,"totalCount":1,"data":[{"name":"The EPD Program","uuid":"bee77d31-1837-404b-abdf-ef271c83e5a7","version":"00.00.002","classific":"Organisations / Non-governmental organisations","dsType":"Contact"}]}