GET - https://staging.subscribercrmapi.acamh.org/api/cpditem/{id}

Gets a single CPD Item.

[
{
"Id": 1,
"ContactId": 1234,
"DateAdded": "2024-09-20T00:00:00+00:00",
"CategoryId": 1,
"SubCategoryId": 2,
"AwardName": "A cool award.",
"AwardDate": "2024-08-20T00:00:00+00:00",
"CompletedDate": null,
"Comments": "",
"PointsValue": null,
"HoursValue": null,
"VerifiedDate": null,
"VerifiedBy": "",
"LearningLevel": "",
"LearningBody": "",
"StartedDate": null,
"StatusId": 3
},
{
"Id": 2,
"ContactId": 1234,
"DateAdded": "2024-08-20T00:00:00+00:00",
"CategoryId": 1,
"SubCategoryId": 2,
"AwardName": "A cool award.",
"AwardDate": "2024-08-10T00:00:00+00:00",
"CompletedDate": null,
"Comments": "",
"PointsValue": null,
"HoursValue": null,
"VerifiedDate": null,
"VerifiedBy": "",
"LearningLevel": "",
"LearningBody": "",
"StartedDate": null,
"StatusId": 3
}
]