Skip to main content

GetMockCallLogs

Properties

NameTypeRequiredDescription
callLogsCallLogs[]
metaGetMockCallLogsMetaThe response's non-standard meta information.

CallLogs

Information about the mock server's server responses.

Properties

NameTypeRequiredDescription
idstringThe server response's ID.
responseNamestringThe server response's name.
servedAtstringThe date and time at which the server response was served.
requestCallLogsRequest1The server response's request information.
responseCallLogsResponse1The server response's response information.

CallLogsRequest1

The server response's request information.

Properties

NameTypeRequiredDescription
methodstringThe request method.
pathstringThe request's path.
headersRequestHeadersThe request's headers.
bodyRequestBodyThe request's body information.

RequestHeaders

The request's headers.

Properties

NameTypeRequiredDescription
keystringThe request header's name.
valuestringThe request header's value.

RequestBody

The request's body information.

Properties

NameTypeRequiredDescription
modestringThe request body's media type (mode).
datastringThe request body's contents.

CallLogsResponse1

The server response's response information.

Properties

NameTypeRequiredDescription
typestringThe type of response.
statusCodenumberThe response's status code.
headersResponseHeadersThe response's headers.
bodyResponseBodyThe response's body information.

ResponseHeaders

The response's headers.

Properties

NameTypeRequiredDescription
descriptionDescriptionThe response header's description information.
keystringThe response header's name.
valuestringThe response header's value.

Description

The response header's description information.

Properties

NameTypeRequiredDescription
contentstringThe response header description's content.
typestringThe response header description's media type.

ResponseBody

The response's body information.

Properties

NameTypeRequiredDescription
datastringThe response body's contents.

GetMockCallLogsMeta

The response's non-standard meta information.

Properties

NameTypeRequiredDescription
nextCursorstringThe pagination cursor that points to the next record in the results set.

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →