Get headers for module steps

head/modules/{moduleId}/steps

Retrieves the headers for collection of steps that correspond to a specific module.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
moduleId
string
true

The identifier of the module that contains the step collection.

Query Parameters

NameTypeRequiredDescription
limit
integer
false

The maximum number of steps to return.

Default:
20
start
integer<int64>
false

The index of the first step to return.

Default:
0

Responses

StatusMeaningDescription
200OK

The request succeeded.

Headers
404Not Found

The requested module that contains the step collection could not be found.

Schema