44 lines
604 B
Plaintext
44 lines
604 B
Plaintext
meta {
|
|
name: Get all requests
|
|
type: http
|
|
seq: 14
|
|
}
|
|
|
|
get {
|
|
url: {{actionsUrl}}/requests/?pageSize=10
|
|
body: formUrlEncoded
|
|
auth: bearer
|
|
}
|
|
|
|
params:query {
|
|
pageSize: 10
|
|
~request.actionType: PREACTIVAION
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{ws-access-token-partenaire}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"identifier": {
|
|
"identifiers": ["8933201124059175967"],
|
|
"identifierType": "ICCID"
|
|
}
|
|
}
|
|
}
|
|
|
|
body:form-urlencoded {
|
|
~identifier.identifierType: "ICCID"
|
|
~identifier.identifiers: ["8933201124059175967"]
|
|
}
|
|
|
|
vars:pre-request {
|
|
~id: 5187320
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|