An article comment object.
Parses get resource route which must be expanded with the Id of the previously created resource in the system.
get resource uri
Parses delete resource route.
delete resource uri.
Parses resources route which can be expanded with additional options. Supported items are:
searchQuery
- A string value used to identify resources using the phrase search.page
- A value used to set the page number, i.e. to retrieve certain resource subset from the storage.rpp
- A value used to limit the size of result set per page.sort
- A string used to set the resource property to sort the result collection by.embed
- Comma separated list of resources to be contained within the current representation.Query resources uri with search params
Parses get resource route which must be expanded with the Id of the previously created resource in the system.
get resource uri
Parses get resource route.
update resource uri
Parses create route; this URI template doesnt support any additional options.
An article comment object that needs to be inserted into the system.
Parses delete route; this URI template doesnt support any additional options.
An article comments object used to delete specified article comment resource.
Parses delete all route; this URI template doesnt support any additional options.
An article object used to delete specified article comment resource.
Parses find route which can be expanded with additional options. Supported items are:
searchQuery
- A string value used to identify article comment resources using the phrase search.page
- A value used to set the page number, i.e. to retrieve certain article comment subset from the storage.rpp
- A value used to limit the size of result set per page.sort
- A string used to set the article comment property to sort the result collection by.embed
- Comma separated list of resources to be contained within the current representation.statuses
- Comma separated list of article comment states that specify where search should be done (Allowed states: Approved, Spam, Reported, Flagged and UnApproved).Article slug or id which uniquely identifies article whose comment resources need to be retrieved.
Query resource options object.
Parses flag route; this URI template doesnt support any additional options.
An article comment object.
Parses get route which can be expanded with additional options. Supported items are:
id
- Id which uniquely identifies article comment resource that needs to be retrieved.embed
- Comma separated list of resources to be contained within the current representation.Article slug or id which uniquely identifies article whose comment resource needs to be retrieved.
Id which identifies article comment resource that needs to be retrieved.
Options object that contains embed data.
Parses report route; this URI template doesnt support any additional options.
An article comment object.
Parses spam route; this URI template doesnt support any additional options.
An article comment object.
Parses unapprove route; this URI template doesnt support any additional options.
An article comment object.
Parses unflag route; this URI template doesnt support any additional options.
An article comment object.
Parses unreport route; this URI template doesnt support any additional options.
An article comment object.
Parses unspam route; this URI template doesnt support any additional options.
An article comment object.
Parses update route; this URI template doesnt support any additional options.
An article comments object used to update specified article comment resource.
Generated using TypeDoc
Parses approve route; this URI template doesnt support any additional options.
articleInstanceCommentsRoute.approve(data);