Retrieves multiple CPD entries (up to 1,000 per page) with pagination and date filtering
To pass the authentication step you will need to provide the following:
Username is the Tenant ID (i.e. eu-west-2_AbcdEfghI) Password is the secret you would have received
Page number for pagination
Number of records per page
Filter entries after this date (format YYYY-MM-DD hh:mm:ss)
Filter entries before this date (format YYYY-MM-DD hh:mm:ss)
Successful response
{
"pagination": {
"totalResults": 48,
"totalPages": 3,
"page": 1,
"perPage": 20
},
"results": [
{
"logEntryId": "60d5ec49b60b4b3a2c8f9a10",
"userId": "60d5ec49b60b4b3a2c8f9a11",
"activity": {
"type": "file",
"name": "International Space Station after undocking of STS 132"
},
"category": {
"categoryId": "64b6f4a8c2e4a1b9d3f2c4a0",
"name": "TECHNOLOGY"
},
"entryDate": "2020-09-25T19:34:23.133Z",
"durationMinutes": 15,
"description": null,
"isVerified": true
},
{
"logEntryId": "64b6f4a8c2e4a1b9d3f2c4a1",
"userId": "64b6f4a8c2e4a1b9d3f2c4a2",
"activity": {
"type": "file",
"name": "International Space Station after undocking of STS 132"
},
"category": {
"categoryId": "5f9d88d6e1b2a34c56d78901",
"name": "TECHNOLOGY"
},
"entryDate": "2020-09-20T14:21:22.222Z",
"durationMinutes": 15,
"description": null,
"isVerified": true
}
]
}Details of the pagination
Total number of results matching the query
Total number of pages available
Current page number
Number of results per page
Unique ID for this activity record
User ID for the user who triggered this activity record
The type of activity being logged
The name of the activity logged
Unique ID for this activity record
User ID for the user who triggered this activity record
Timestamp when the activity occurred
Unique identifier for the context item
What this activity was in relation to
Unstructured JSON object with variable content depending on the type of activity. For example, a viewed statement will list the duration of the view and the source, whereas a found statement will detail the keyword of the search and results count.
Additional context information (nullable)
Unique ID for this category record
Name of the category of CPD activity
The date and time the CPD entry was logged
Minutes logged as CPD from this activity
Summary or reflective statement
Whether or not this activity was determined by user submission or generated based upon verified activity in the system