Skip to main content

Show

Show is is an API to get the detail from a resource.

Request

HTTP MethodGET
Path/resource
BodyNo body

Success Response

The response status code will be 200.

{
"data": [
{...resource...}
]
}