POST api/article/GetArticleBookmarks

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ssouuId": "ee74341b-92d1-49d1-83a2-bf6595eca82a",
  "articles": [
    {
      "uniqueId": "24954f6f-df81-4305-aeff-f69967560d52",
      "url": "sample string 2",
      "likes": 3,
      "bookmarks": 4,
      "liked": true,
      "bookmarked": true
    },
    {
      "uniqueId": "24954f6f-df81-4305-aeff-f69967560d52",
      "url": "sample string 2",
      "likes": 3,
      "bookmarks": 4,
      "liked": true,
      "bookmarked": true
    },
    {
      "uniqueId": "24954f6f-df81-4305-aeff-f69967560d52",
      "url": "sample string 2",
      "likes": 3,
      "bookmarks": 4,
      "liked": true,
      "bookmarked": true
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.