Start a conversation

Posting Generic Content Through API Fails With An Error

Overview

When trying to post Content through the GenericContent endpoint by using the POST API call, the operation results in errors.

Response:
  {
  "error" :
    {
      "status" : 501,
      "message" : "Verify parent field is not supported for generic content objects"
    }
  }

Similarly, the error for DELETE API call operation:

Response:
  {
    "error":
      {
        "status": 501,
        "message": "Delete is not supported for generic content objects"
      }
  }

 

Information

As per the Jive API documentation, the Content Service does not support operations with the GenericContent API endpoint. GenericContent is a placeholder class that does not have direct support yet for API operations, hence any API calls will result in the HTTP 501 errors (not implemented).

 

Please note that assistance with implementation and usage of the API queries is outside the Jive Support Team's scope of work. For more help with the Jive API, please review this information:

  1. The HTTP Basic w/SSL section of the Developer Introduction to the Jive API.
  2. The Important Features section of the Jive API Website.
  3. The Jive Developers space on Worx.
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments