42 lines
672 B
Plaintext
42 lines
672 B
Plaintext
meta {
|
|
name: Appel lines
|
|
type: http
|
|
seq: 7
|
|
}
|
|
|
|
get {
|
|
url: https://api-getway.objenious.com/ws/lines?pageSize=1000&simStatus=ACTIVATED
|
|
body: formUrlEncoded
|
|
auth: bearer
|
|
}
|
|
|
|
params:query {
|
|
pageSize: 1000
|
|
simStatus: ACTIVATED
|
|
~identifier.identifierType: ICCID
|
|
~identifier.identifiers: 8933201125065160455
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{ws-access-token-partenaire}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"identifier": {
|
|
"identifiers": ["8933201124059175967"],
|
|
"identifierType": "ICCID"
|
|
}
|
|
}
|
|
}
|
|
|
|
body:form-urlencoded {
|
|
~identifier.identifierType: "ICCID"
|
|
~identifier.identifiers: ["8933201124059175967"]
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|