GET https://api.legendonlineservices.co.uk/integration/UnprocessedPhoto?FacilityGuid={FacilityGuid}

Returns a list of unprocessed member details

Request Parameters

From Query Type Description
FacilityGuid Guid Guid that uniquely identifies the Facility/Location See Locations. Must be Facility

Response - (Status 200 - OK)

[UnprocessedPhotoDataModel]

Name Type Description
Id Int32 Id of the record
ClubShortName String The short version of the clubs name
MemberId Int32 Members Id
Photo String Members photo




[
  {
    "Id": 1,
    "ClubShortName": "sample string 2",
    "MemberId": 1,
    "Photo": "sample string 3"
  },
  {
    "Id": 1,
    "ClubShortName": "sample string 2",
    "MemberId": 1,
    "Photo": "sample string 3"
  },
  {
    "Id": 1,
    "ClubShortName": "sample string 2",
    "MemberId": 1,
    "Photo": "sample string 3"
  }
]

Bundle(s)
Integration