Project API Documentation - Version 1

Resources - Person Ref

A project represents a unique grouping of work. This may consist of what is commonly called a project, team, department, work package, etc. It’s a logical grouping of a work unit.

This data is sourced from the BAS Projects Database.

Resource model

Name Property Name Data Type Optional Description
ID id Integer No Unique identifier of Person from People API
Email Address email_address String Yes Email address
NERC Email ID email_d String Yes NERC Email ID

Note: This model is liable to change in future API versions.

Example (JSON)

{
    "id": 2118,
    "email_address": "dea@bas.ac.uk",
    "email_id": "dea",
    "name_reference": "dea"
}

This information may be out of date whilst this website is being redeveloped. Until then, if you have any problems using an API documented here, please contact the relevant project maintainer.