v1

latestOpenAPI 3.0.3MIT2026-07-23243157.4 KB
Representations

Returns project representations

Returns project representations

get/api/v1/representations

Query parameters

caseReferencestring required

Case reference

pageinteger

Page number

sizeinteger

Page size for results

searchTermstring

Search term

typestring[]

Type

Response

Returns list of representations

totalItemsnumber
itemsPerPagenumber
totalPagesnumber
currentPagenumber

Example response

[
  {
    "representations": [
      {
        "ID": 2,
        "ProjectName": "SPT Feb 2020",
        "CaseReference": "EN010009",
        "UniqueReference": "WS010006-34601",
        "PersonalName": "Test (Test)",
        "RepFrom": "Members of the Public/Businesses",
        "RepresentationRedacted": "Some comments",
        "DateRrepReceived": "2020-02-19T00:00:00.000Z",
        "Attachments": "WS010006-000002"
      }
    ],
    "totalItems": 3,
    "itemsPerPage": 20,
    "totalPages": 1,
    "currentPage": 1
  }
]