GET Registration Authorities for Process Datasets

Basic GET operation that returns a list of contact data sets that are present in the registrationAuthority field in process data sets.

Requests

Syntax

GET /processes/registrationAuthorities?format={format}

Request Parameters

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.

Responses

Response Elements

The response returned is a list of contact objects. See the section "Contact Response Elements" for a more detailed description.

Examples

Sample Request

GET /processes/registrationAuthorities?format=JSON

Sample Response

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"}]}