Image Collection API Documentation - Version 1

Resources - Photographer (Photographers)

Photographers are authors (creators) and optionally copyright holders of one or more Photographs.

Note: Photographer does not relate to the Person resource within the BAS Person API (i.e. Where an individual is represented as Photographer and as a Person resource their resource ID’s are not relatable.)

Resource model

Name Property Name Data Type Optional Description
ID id Integer No Unique identifier
Name - first name_first String Yes This may or may not be in the correct case
Name - last name_last String Yes This may or may not be in the correct case
Organisation name organisation_name String Yes This is a free form name (description) and may or may not be in the correct case
Website website String Yes This is free form URL and may or may not be a fully qualified URL

Example (JSON)

{
    "id": 1,
    "website": "www.bucktrout.co.uk",
    "name_last": "Bucktrout",
    "name_first": "Pete",
    "organisation_name": "British Antarctic Survey"
}

Resource methods

None.


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.