curl --request POST \
--url https://api.example.com/admin/iser-info-detailed \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"forIserID": 701,
"forIserCode": null,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}Gets detailed information for any given iser in the system, passing in the iserID of the iser. (admin level usage)
curl --request POST \
--url https://api.example.com/admin/iser-info-detailed \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"forIserID": 701,
"forIserCode": null,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}