Get a list of ResponsiblePartyInfo objects. These link a Party (individual or organisation) to
a principal record type (e.g. Observation, Instrument, Project) and the role which the Party was
undertaking. Additionally, the priority value indicates an ordering that may be present for
that given role for the relatedTo object.

GET /api/v3/rpis/?format=api&offset=180400
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 180406,
    "next": null,
    "previous": "https://api.catalogue.ceda.ac.uk/api/v3/rpis/?format=api&limit=100&offset=180300",
    "results": [
        {
            "ob_id": 219409,
            "priority": 20,
            "role": "author",
            "party": {
                "ob_id": 5434,
                "firstName": "Sheen",
                "lastName": "Maclean Cabaneros",
                "partyType": "individual",
                "description": "",
                "deliveryPoint": "HIDDEN",
                "administrativeArea": "HIDDEN",
                "city": "HIDDEN",
                "country": "HIDDEN",
                "postalCode": "HIDDEN",
                "electronicEmailAddress": "HIDDEN",
                "phone": "HIDDEN",
                "onlineResource": "",
                "responsiblepartyinfo_url": "https://api.catalogue.ceda.ac.uk/api/v3/rpis/?party_id=5434"
            },
            "relatedTo": {
                "ob_id": 45903,
                "uuid": "b11a935c076243c1bf5c0c590e62af66",
                "short_code": "ob"
            }
        },
        {
            "ob_id": 219410,
            "priority": 21,
            "role": "author",
            "party": {
                "ob_id": 1726,
                "firstName": "Rob",
                "lastName": "Kinnersley",
                "partyType": "individual",
                "description": "",
                "deliveryPoint": "HIDDEN",
                "administrativeArea": "HIDDEN",
                "city": "HIDDEN",
                "country": "HIDDEN",
                "postalCode": "HIDDEN",
                "electronicEmailAddress": "HIDDEN",
                "phone": "HIDDEN",
                "onlineResource": "",
                "responsiblepartyinfo_url": "https://api.catalogue.ceda.ac.uk/api/v3/rpis/?party_id=1726"
            },
            "relatedTo": {
                "ob_id": 45903,
                "uuid": "b11a935c076243c1bf5c0c590e62af66",
                "short_code": "ob"
            }
        },
        {
            "ob_id": 219411,
            "priority": 22,
            "role": "author",
            "party": {
                "ob_id": 5435,
                "firstName": "Mark",
                "lastName": "Hansen",
                "partyType": "individual",
                "description": "",
                "deliveryPoint": "HIDDEN",
                "administrativeArea": "HIDDEN",
                "city": "HIDDEN",
                "country": "HIDDEN",
                "postalCode": "HIDDEN",
                "electronicEmailAddress": "HIDDEN",
                "phone": "HIDDEN",
                "onlineResource": "",
                "responsiblepartyinfo_url": "https://api.catalogue.ceda.ac.uk/api/v3/rpis/?party_id=5435"
            },
            "relatedTo": {
                "ob_id": 45903,
                "uuid": "b11a935c076243c1bf5c0c590e62af66",
                "short_code": "ob"
            }
        },
        {
            "ob_id": 219412,
            "priority": 23,
            "role": "author",
            "party": {
                "ob_id": 5436,
                "firstName": "Charlotte",
                "lastName": "Atherall",
                "partyType": "individual",
                "description": "",
                "deliveryPoint": "HIDDEN",
                "administrativeArea": "HIDDEN",
                "city": "HIDDEN",
                "country": "HIDDEN",
                "postalCode": "HIDDEN",
                "electronicEmailAddress": "HIDDEN",
                "phone": "HIDDEN",
                "onlineResource": "",
                "responsiblepartyinfo_url": "https://api.catalogue.ceda.ac.uk/api/v3/rpis/?party_id=5436"
            },
            "relatedTo": {
                "ob_id": 45903,
                "uuid": "b11a935c076243c1bf5c0c590e62af66",
                "short_code": "ob"
            }
        },
        {
            "ob_id": 219413,
            "priority": 24,
            "role": "author",
            "party": {
                "ob_id": 5388,
                "firstName": "Jeanette",
                "lastName": "Rotchell",
                "partyType": "individual",
                "description": "",
                "deliveryPoint": "HIDDEN",
                "administrativeArea": "HIDDEN",
                "city": "HIDDEN",
                "country": "HIDDEN",
                "postalCode": "HIDDEN",
                "electronicEmailAddress": "HIDDEN",
                "phone": "HIDDEN",
                "onlineResource": "",
                "responsiblepartyinfo_url": "https://api.catalogue.ceda.ac.uk/api/v3/rpis/?party_id=5388"
            },
            "relatedTo": {
                "ob_id": 45903,
                "uuid": "b11a935c076243c1bf5c0c590e62af66",
                "short_code": "ob"
            }
        },
        {
            "ob_id": 219414,
            "priority": 1,
            "role": "metadata_owner",
            "party": {
                "ob_id": 3134,
                "firstName": "",
                "lastName": "NERC EDS Centre for Environmental Data Analysis",
                "partyType": "organisation",
                "description": "",
                "deliveryPoint": "RAL Space",
                "administrativeArea": "STFC Rutherford Appleton Laboratory, Harwell Campus",
                "city": "Didcot",
                "country": "United Kingdom",
                "postalCode": "OX11 0QX",
                "electronicEmailAddress": "support@ceda.ac.uk",
                "phone": "01235446432",
                "onlineResource": "",
                "responsiblepartyinfo_url": "https://api.catalogue.ceda.ac.uk/api/v3/rpis/?party_id=3134"
            },
            "relatedTo": {
                "ob_id": 45904,
                "uuid": "45c5d217e851496e83a98b8458e652e6",
                "short_code": "acq"
            }
        }
    ]
}