GetMockCallLogs
Properties
Name | Type | Required | Description |
---|---|---|---|
callLogs | CallLogs[] | ❌ | |
meta | GetMockCallLogsMeta | ❌ | The response's non-standard meta information. |
CallLogs
Information about the mock server's server responses.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | string | ❌ | The server response's ID. |
responseName | string | ❌ | The server response's name. |
servedAt | string | ❌ | The date and time at which the server response was served. |
request | CallLogsRequest1 | ❌ | The server response's request information. |
response | CallLogsResponse1 | ❌ | The server response's response information. |
CallLogsRequest1
The server response's request information.
Properties
Name | Type | Required | Description |
---|---|---|---|
method | string | ❌ | The request method. |
path | string | ❌ | The request's path. |
headers | RequestHeaders | ❌ | The request's headers. |
body | RequestBody | ❌ | The request's body information. |
RequestHeaders
The request's headers.
Properties
Name | Type | Required | Description |
---|---|---|---|
key | string | ❌ | The request header's name. |
value | string | ❌ | The request header's value. |
RequestBody
The request's body information.
Properties
Name | Type | Required | Description |
---|---|---|---|
mode | string | ❌ | The request body's media type (mode). |
data | string | ❌ | The request body's contents. |
CallLogsResponse1
The server response's response information.
Properties
Name | Type | Required | Description |
---|---|---|---|
type | string | ❌ | The type of response. |
statusCode | number | ❌ | The response's status code. |
headers | ResponseHeaders | ❌ | The response's headers. |
body | ResponseBody | ❌ | The response's body information. |
ResponseHeaders
The response's headers.
Properties
Name | Type | Required | Description |
---|---|---|---|
description | Description | ❌ | The response header's description information. |
key | string | ❌ | The response header's name. |
value | string | ❌ | The response header's value. |
Description
The response header's description information.
Properties
Name | Type | Required | Description |
---|---|---|---|
content | string | ❌ | The response header description's content. |
type | string | ❌ | The response header description's media type. |
ResponseBody
The response's body information.
Properties
Name | Type | Required | Description |
---|---|---|---|
data | string | ❌ | The response body's contents. |
GetMockCallLogsMeta
The response's non-standard meta information.
Properties
Name | Type | Required | Description |
---|---|---|---|
nextCursor | string | ❌ | The 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