EndpointsInfo for specific article

Info for specific article

curl -X GET "https://api.protuno.com/v1/articles/example_string" \
  -H "Content-Type: application/json"
[
  "null"
]
GET
/articles/{articleId}
GET
Base URLstring

Target server for requests. Edit to use your own host.

path
articleIdstring
Required

The id of the article to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

articleIdstring
Required

The id of the article to retrieve

Responses

Expected response to a valid request