Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/29/2024 09:15 PM
{
"_count": 253979,
"_links": [
{
"rel": "self",
"href": "../lists/_generic?_lplFilter=Actor.IsActorDisabled%3Dfalse&_fields=Actor%2CMingleId&_limit=100000"
},
{
"rel": "next",
"href": "../lists/_generic?_lplFilter=Actor.IsActorDisabled%3Dfalse&_limit=100000&Actor=401807&_rkn=%20&_fields=Actor%2CMingleId&_paging=NEXT&_position=true"
},
{
"rel": "prev",
"href": "../lists/_generic?_lplFilter=Actor.IsActorDisabled%3Dfalse&_limit=100000&Actor=%23N%2FA&_rkn=%20&_fields=Actor%2CMingleId&_paging=PREVIOUS&_position=true"
}
]
},
Pagination:
"pagination": {
"nextUrl": {
"nextUrlPath": "${(response?.completeResponseMap?._links[1]?.href == null || response?.completeResponseMap?._links[1]?.href == '') ? '' : 'https://custom.suite.com/TR/FSM/fsm/soap/classes/Actor/' + (response?.completeResponseMap?._links[1]?.href.replaceAll('../', ''))}"
}
}
Error:
2024-09-29T22:57:52-05:00-ecm-worker-rest.RestProvisioningService-quartzScheduler_Worker-5-z48t4-DEBUG-Got Webservice API Response: [error:Error Illegal character in path at index 1: ${(response?.completeResponseMap?._links[1]?.href == null || response?.completeResponseMap?._links[1]?.href == '') ? '' : 'https://custom.suite.com/TR/FSM/fsm/soap/classes/Actor/' + (response?.completeResponseMap?._links[1]?.href.replaceAll('../', ''))}]
09/29/2024 10:09 PM
"pagination": {
"nextUrl": {
"nextUrlPath": "${(response?.completeResponseMap?._links[1]?.href == null || response?.completeResponseMap?._links[1]?.href == '') ? '' : 'https://custom.suite.com/TR/FSM/fsm/soap/classes/Actor/' + java.net.URLEncoder.encode(response?.completeResponseMap?._links[1]?.href.replaceAll('../', ''), 'UTF-8')}"
}
}
09/30/2024 07:44 AM
@rushikeshvartak
I am still getting the same error.
DEBUG-Got Webservice API Response: [error:Error Illegal character in path at index 1:
also tried this still no luck.
https://forums.saviynt.com/t5/identity-governance/rest-apis-add-remove-json-are-failing/m-p/113622
09/30/2024 07:52 AM
@rushikeshvartak
I also tried hardcoding the URL:
"pagination": {
"nextUrl": {
"nextUrlPath": "${(response?.completeResponseMap?._links[1]?.href == null || response?.completeResponseMap?._links[1]?.href == '') ? '' : 'https://custom.suite.com/TR/FSM/fsm/soap/classes/Actor/lists/_generic?_lplFilter=Actor.IsActorDisabled%3Dfalse&_limit=100000&Actor=401807&_rkn=%20&_fields=Actor%2CMingleId&_paging=NEXT&_position=true'}"
}
}
Still the same error:
DEBUG-Got Webservice API Response: [error:Error Illegal character in path at index 1:
10/03/2024 06:14 AM
Hello All,
Can someone help me with this issue?