API ReferenceHr team agenda
Get team agenda by date range
Returns opportunities scheduled in range, grouped by team
AuthorizationBearer <token>
In: header
Query Parameters
start*string
Format
dateend*string
Format
dateteamIds?array<string>
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/hr/teams/agenda/by-date-range?start=2019-08-24&end=2019-08-24"{
"property1": [
{
"customerId": "string",
"opportunityId": "string",
"opportunityName": "string",
"planningBlockId": "string",
"planningBlockNotes": "string",
"planningBlockStatus": "string",
"scheduledEndDate": "2019-08-24",
"scheduledStartDate": "2019-08-24",
"status": "NEW"
}
],
"property2": [
{
"customerId": "string",
"opportunityId": "string",
"opportunityName": "string",
"planningBlockId": "string",
"planningBlockNotes": "string",
"planningBlockStatus": "string",
"scheduledEndDate": "2019-08-24",
"scheduledStartDate": "2019-08-24",
"status": "NEW"
}
]
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}