Badge Photo Image Read

Summary:

image-20240403-145800.png

This endpoint will provide the Badge photo if available

 

EndPoints:

  • BadgePhotoImage/Get

Response:

Field

DataType

Description

Field

DataType

Description

RecordCount

Integer

Number of records per the parameter selected

Base URL

The base URL for all API endpoints is:

https://bridge.cdsreg.com/

GetAbandonment

[Description of the endpoint's purpose and functionality.]

  • URL: https://bridge.cdsreg.com/BadgePhotoImage/Get?

  • Method: GET

  • Parameters: (Swagger)

    • BadgeNumber: A unique ID provided to an Attendee

    • AuthKey: Authorization Key needed to call API endpoint.

 

Example Request:

curl -X 'GET' \ 'https://bridge.cdsreg.com/BadgePhotoImage/Get?AuthKey=(Omitted)' \ -H 'accept: text/plain'

Example Response:

{ "RecordCount": 0, }

 

Error Responses

  • 404 Bad Request:

    • Image not found error

Example Error Response:

Image not found

 

Related content