'accessing Priority form via REST API returns 404 form not ready

I did all configuration need as I read on priority SDK portal and other StackOverflow resources to use rest api:

  1. Installed License.
  2. created api user name.
  3. in forms for api/limited license I pulled the releveant forms and checked the API coulmn.

Yet I get:

{
"error": {
"code": "400",
"message": "מסך DOCUMENTS_p אינו מוכן.",
"target": "",
"details": {},
"innererror": {}
}
}

What else needs to be done in priority for this to work. I read in some answer to restrt IIS but that didn't work either.

Sami



Solution 1:[1]

This is a Priority side error. The form in Priority is malfunctioning and not compiled. The Priority implementer / programmer should run the Prepare Form on this DOCUMENTS_p, and see if it completes or has errors.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jeremy Caney