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 article comment reply route; this URI template does not support any additional items.
Parses find route which can be expanded with additional options. Supported items are:
searchQuery
- A string value used to identify article comment reply resources using the phrase search.page
- A value used to set the page number, i.e. to retrieve certain article comment reply 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 reply 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 reply states that specify where search should be done (Allowed states: Approved, Spam, Reported, Flagged and UnApproved).Article id which uniquely identifies article whose comment reply resources need to be retrieved.
Comment id which uniquely identifies comment whose reply resources need to be retrieved.
Query resource options.
Parses get route which can be expanded with additional options. Supported items are:
id
- Id which uniquely identifies article comment reply resource that needs to be retrieved.embed
- Comma separated list of resources to be contained within the current representation.Generated using TypeDoc
Parses get resource route which must be expanded with the Id of the previously created resource in the system.
baseRoute.create();