Index assignment groups
- Make sure to create a collection named “assignmentgrouphub”.
- After collection creation call the following API for indexing assignment
groups.Note:The assignment groups present in csv file must be present in Service Now as well.
**Endpoint:** http://{API_URL}/external/api/event/add_ag
**Method:** “POST”
Description: This URL is for indexing the CSV files regarding
AssignmentGroups.
**Request Body:** We need to pass the assignment groups csv file as Binary to
the API.
**Response:**
{
"status": "triggered",
}