Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Getting Error while calling getStatus()

Avatar

Level 2

I am trying to check the status of an article created using the API's getStatus() method, but always I am getting error and the request url is like this https://pecs.stage02.publish.adobe.io/status//article/test-article. Can anyone please suggest why this error happens?

1 Accepted Solution

Avatar

Correct answer by
Level 2

Now its working fine as $publication_guid field in parameters.php (line 24) was missing.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

Now its working fine as $publication_guid field in parameters.php (line 24) was missing.