Back to Collection Items
integer li_rc
oleobject loo_Http
integer li_Success
oleobject loo_QueryParams
oleobject loo_Resp
oleobject loo_SbResponseBody
oleobject loo_JResp
integer li_RespStatusCode
string ls_Layout_type
string ls_DefinitionType
string ls_Show_title
string ls_Title
string X
string Y
string ls_Width
string ls_Height
string ls_Name
string ls_Description
string ls_Id
string ls_V_Email
string ls_Handle
string ls_AuthorName
string ls_V_type
integer j
integer li_Count_j
string ls_LayoutX
string ls_LayoutY
string ls_LayoutWidth
string ls_LayoutHeight
string ls_StrVal
string ls_Name
integer k
integer li_Count_k
string ls_Created_at
string ls_Disabled
string ls_AttributesEmail
string ls_AttributesHandle
string ls_Icon
string ls_Modified_at
string ls_AttributesName
string ls_Service_account
string ls_Status
string ls_AttributesTitle
string ls_Verified
string ls_Id
string ls_DataType
string ls_First
string ls_Last
string ls_V_Next
string ls_Prev
string ls_V_Self
string ls_First_offset
string ls_Last_offset
string ls_Limit
string ls_Next_offset
string ls_Offset
string ls_Prev_offset
string ls_Total
string ls_V_Type
integer i
integer li_Count_i
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
loo_Http = create oleobject
// Use "Chilkat_9_5_0.Http" for versions of Chilkat < 10.0.0
li_rc = loo_Http.ConnectToNewObject("Chilkat.Http")
if li_rc < 0 then
destroy loo_Http
MessageBox("Error","Connecting to COM object failed")
return
end if
loo_QueryParams = create oleobject
// Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
li_rc = loo_QueryParams.ConnectToNewObject("Chilkat.JsonObject")
loo_QueryParams.UpdateInt("page[limit]",25)
loo_QueryParams.UpdateInt("page[offset]",0)
loo_Http.SetRequestHeader("Accept","application/json")
loo_Resp = loo_Http.QuickRequestParams("GET","https://api.app.ddog-gov.com/api/v2/powerpacks",loo_QueryParams)
if loo_Http.LastMethodSuccess = 0 then
Write-Debug loo_Http.LastErrorText
destroy loo_Http
destroy loo_QueryParams
return
end if
loo_SbResponseBody = create oleobject
// Use "Chilkat_9_5_0.StringBuilder" for versions of Chilkat < 10.0.0
li_rc = loo_SbResponseBody.ConnectToNewObject("Chilkat.StringBuilder")
loo_Resp.GetBodySb(loo_SbResponseBody)
loo_JResp = create oleobject
// Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
li_rc = loo_JResp.ConnectToNewObject("Chilkat.JsonObject")
loo_JResp.LoadSb(loo_SbResponseBody)
loo_JResp.EmitCompact = 0
Write-Debug "Response Body:"
Write-Debug loo_JResp.Emit()
li_RespStatusCode = loo_Resp.StatusCode
Write-Debug "Response Status Code = " + string(li_RespStatusCode)
if li_RespStatusCode >= 400 then
Write-Debug "Response Header:"
Write-Debug loo_Resp.Header
Write-Debug "Failed."
destroy loo_Resp
destroy loo_Http
destroy loo_QueryParams
destroy loo_SbResponseBody
destroy loo_JResp
return
end if
destroy loo_Resp
// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)
// {
// "data": [
// {
// "attributes": {
// "group_widget": {
// "definition": {
// "widgets": [
// {
// "definition": {
// "id4": {}
// },
// "layout": {
// "x": "<long>",
// "y": "<long>",
// "width": "<long>",
// "height": "<long>"
// }
// },
// {
// "definition": {
// "nullac41": {},
// "adipisicing9": {}
// },
// "layout": {
// "x": "<long>",
// "y": "<long>",
// "width": "<long>",
// "height": "<long>"
// }
// }
// ],
// "layout_type": "<string>",
// "type": "<string>",
// "show_title": "<boolean>",
// "title": "<string>"
// },
// "layout": {
// "x": "<long>",
// "y": "<long>",
// "width": "<long>",
// "height": "<long>"
// }
// },
// "name": "<string>",
// "description": "<string>",
// "tags": [
// "<string>",
// "<string>"
// ],
// "template_variables": [
// {
// "name": "<string>",
// "defaults": [
// "<string>",
// "<string>"
// ]
// },
// {
// "name": "<string>",
// "defaults": [
// "<string>",
// "<string>"
// ]
// }
// ]
// },
// "id": "<string>",
// "relationships": {
// "author": {
// "email": "<string>",
// "handle": "<string>",
// "name": "<string>"
// }
// },
// "type": "<string>"
// },
// {
// "attributes": {
// "group_widget": {
// "definition": {
// "widgets": [
// {
// "definition": {
// "ut9": {}
// },
// "layout": {
// "x": "<long>",
// "y": "<long>",
// "width": "<long>",
// "height": "<long>"
// }
// },
// {
// "definition": {
// "labore_391": {},
// "ullamco142": {}
// },
// "layout": {
// "x": "<long>",
// "y": "<long>",
// "width": "<long>",
// "height": "<long>"
// }
// }
// ],
// "layout_type": "<string>",
// "type": "<string>",
// "show_title": "<boolean>",
// "title": "<string>"
// },
// "layout": {
// "x": "<long>",
// "y": "<long>",
// "width": "<long>",
// "height": "<long>"
// }
// },
// "name": "<string>",
// "description": "<string>",
// "tags": [
// "<string>",
// "<string>"
// ],
// "template_variables": [
// {
// "name": "<string>",
// "defaults": [
// "<string>",
// "<string>"
// ]
// },
// {
// "name": "<string>",
// "defaults": [
// "<string>",
// "<string>"
// ]
// }
// ]
// },
// "id": "<string>",
// "relationships": {
// "author": {
// "email": "<string>",
// "handle": "<string>",
// "name": "<string>"
// }
// },
// "type": "<string>"
// }
// ],
// "included": [
// {
// "attributes": {
// "created_at": "<dateTime>",
// "disabled": "<boolean>",
// "email": "<string>",
// "handle": "<string>",
// "icon": "<string>",
// "modified_at": "<dateTime>",
// "name": "<string>",
// "service_account": "<boolean>",
// "status": "<string>",
// "title": "<string>",
// "verified": "<boolean>"
// },
// "id": "<string>",
// "relationships": {
// "org": {
// "data": {
// "id": "<string>",
// "type": "orgs"
// }
// },
// "other_orgs": {
// "data": [
// {
// "id": "<string>",
// "type": "orgs"
// },
// {
// "id": "<string>",
// "type": "orgs"
// }
// ]
// },
// "other_users": {
// "data": [
// {
// "id": "<string>",
// "type": "users"
// },
// {
// "id": "<string>",
// "type": "users"
// }
// ]
// },
// "roles": {
// "data": [
// {
// "id": "<string>",
// "type": "roles"
// },
// {
// "id": "<string>",
// "type": "roles"
// }
// ]
// }
// },
// "type": "users"
// },
// {
// "attributes": {
// "created_at": "<dateTime>",
// "disabled": "<boolean>",
// "email": "<string>",
// "handle": "<string>",
// "icon": "<string>",
// "modified_at": "<dateTime>",
// "name": "<string>",
// "service_account": "<boolean>",
// "status": "<string>",
// "title": "<string>",
// "verified": "<boolean>"
// },
// "id": "<string>",
// "relationships": {
// "org": {
// "data": {
// "id": "<string>",
// "type": "orgs"
// }
// },
// "other_orgs": {
// "data": [
// {
// "id": "<string>",
// "type": "orgs"
// },
// {
// "id": "<string>",
// "type": "orgs"
// }
// ]
// },
// "other_users": {
// "data": [
// {
// "id": "<string>",
// "type": "users"
// },
// {
// "id": "<string>",
// "type": "users"
// }
// ]
// },
// "roles": {
// "data": [
// {
// "id": "<string>",
// "type": "roles"
// },
// {
// "id": "<string>",
// "type": "roles"
// }
// ]
// }
// },
// "type": "users"
// }
// ],
// "links": {
// "first": "<string>",
// "last": "<string>",
// "next": "<string>",
// "prev": "<string>",
// "self": "<string>"
// },
// "meta": {
// "pagination": {
// "first_offset": "<long>",
// "last_offset": "<long>",
// "limit": "<long>",
// "next_offset": "<long>",
// "offset": "<long>",
// "prev_offset": "<long>",
// "total": "<long>",
// "type": "<string>"
// }
// }
// }
// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
ls_First = loo_JResp.StringOf("links.first")
ls_Last = loo_JResp.StringOf("links.last")
ls_V_Next = loo_JResp.StringOf("links.next")
ls_Prev = loo_JResp.StringOf("links.prev")
ls_V_Self = loo_JResp.StringOf("links.self")
ls_First_offset = loo_JResp.StringOf("meta.pagination.first_offset")
ls_Last_offset = loo_JResp.StringOf("meta.pagination.last_offset")
ls_Limit = loo_JResp.StringOf("meta.pagination.limit")
ls_Next_offset = loo_JResp.StringOf("meta.pagination.next_offset")
ls_Offset = loo_JResp.StringOf("meta.pagination.offset")
ls_Prev_offset = loo_JResp.StringOf("meta.pagination.prev_offset")
ls_Total = loo_JResp.StringOf("meta.pagination.total")
ls_V_Type = loo_JResp.StringOf("meta.pagination.type")
i = 0
li_Count_i = loo_JResp.SizeOfArray("data")
do while i < li_Count_i
loo_JResp.I = i
ls_Layout_type = loo_JResp.StringOf("data[i].attributes.group_widget.definition.layout_type")
ls_DefinitionType = loo_JResp.StringOf("data[i].attributes.group_widget.definition.type")
ls_Show_title = loo_JResp.StringOf("data[i].attributes.group_widget.definition.show_title")
ls_Title = loo_JResp.StringOf("data[i].attributes.group_widget.definition.title")
X = loo_JResp.StringOf("data[i].attributes.group_widget.layout.x")
Y = loo_JResp.StringOf("data[i].attributes.group_widget.layout.y")
ls_Width = loo_JResp.StringOf("data[i].attributes.group_widget.layout.width")
ls_Height = loo_JResp.StringOf("data[i].attributes.group_widget.layout.height")
ls_Name = loo_JResp.StringOf("data[i].attributes.name")
ls_Description = loo_JResp.StringOf("data[i].attributes.description")
ls_Id = loo_JResp.StringOf("data[i].id")
ls_V_Email = loo_JResp.StringOf("data[i].relationships.author.email")
ls_Handle = loo_JResp.StringOf("data[i].relationships.author.handle")
ls_AuthorName = loo_JResp.StringOf("data[i].relationships.author.name")
ls_V_type = loo_JResp.StringOf("data[i].type")
j = 0
li_Count_j = loo_JResp.SizeOfArray("data[i].attributes.group_widget.definition.widgets")
do while j < li_Count_j
loo_JResp.J = j
ls_LayoutX = loo_JResp.StringOf("data[i].attributes.group_widget.definition.widgets[j].layout.x")
ls_LayoutY = loo_JResp.StringOf("data[i].attributes.group_widget.definition.widgets[j].layout.y")
ls_LayoutWidth = loo_JResp.StringOf("data[i].attributes.group_widget.definition.widgets[j].layout.width")
ls_LayoutHeight = loo_JResp.StringOf("data[i].attributes.group_widget.definition.widgets[j].layout.height")
j = j + 1
loop
j = 0
li_Count_j = loo_JResp.SizeOfArray("data[i].attributes.tags")
do while j < li_Count_j
loo_JResp.J = j
ls_StrVal = loo_JResp.StringOf("data[i].attributes.tags[j]")
j = j + 1
loop
j = 0
li_Count_j = loo_JResp.SizeOfArray("data[i].attributes.template_variables")
do while j < li_Count_j
loo_JResp.J = j
ls_Name = loo_JResp.StringOf("data[i].attributes.template_variables[j].name")
k = 0
li_Count_k = loo_JResp.SizeOfArray("data[i].attributes.template_variables[j].defaults")
do while k < li_Count_k
loo_JResp.K = k
ls_StrVal = loo_JResp.StringOf("data[i].attributes.template_variables[j].defaults[k]")
k = k + 1
loop
j = j + 1
loop
i = i + 1
loop
i = 0
li_Count_i = loo_JResp.SizeOfArray("included")
do while i < li_Count_i
loo_JResp.I = i
ls_Created_at = loo_JResp.StringOf("included[i].attributes.created_at")
ls_Disabled = loo_JResp.StringOf("included[i].attributes.disabled")
ls_AttributesEmail = loo_JResp.StringOf("included[i].attributes.email")
ls_AttributesHandle = loo_JResp.StringOf("included[i].attributes.handle")
ls_Icon = loo_JResp.StringOf("included[i].attributes.icon")
ls_Modified_at = loo_JResp.StringOf("included[i].attributes.modified_at")
ls_AttributesName = loo_JResp.StringOf("included[i].attributes.name")
ls_Service_account = loo_JResp.StringOf("included[i].attributes.service_account")
ls_Status = loo_JResp.StringOf("included[i].attributes.status")
ls_AttributesTitle = loo_JResp.StringOf("included[i].attributes.title")
ls_Verified = loo_JResp.StringOf("included[i].attributes.verified")
ls_Id = loo_JResp.StringOf("included[i].id")
ls_Id = loo_JResp.StringOf("included[i].relationships.org.data.id")
ls_DataType = loo_JResp.StringOf("included[i].relationships.org.data.type")
ls_V_type = loo_JResp.StringOf("included[i].type")
j = 0
li_Count_j = loo_JResp.SizeOfArray("included[i].relationships.other_orgs.data")
do while j < li_Count_j
loo_JResp.J = j
ls_Id = loo_JResp.StringOf("included[i].relationships.other_orgs.data[j].id")
ls_V_type = loo_JResp.StringOf("included[i].relationships.other_orgs.data[j].type")
j = j + 1
loop
j = 0
li_Count_j = loo_JResp.SizeOfArray("included[i].relationships.other_users.data")
do while j < li_Count_j
loo_JResp.J = j
ls_Id = loo_JResp.StringOf("included[i].relationships.other_users.data[j].id")
ls_V_type = loo_JResp.StringOf("included[i].relationships.other_users.data[j].type")
j = j + 1
loop
j = 0
li_Count_j = loo_JResp.SizeOfArray("included[i].relationships.roles.data")
do while j < li_Count_j
loo_JResp.J = j
ls_Id = loo_JResp.StringOf("included[i].relationships.roles.data[j].id")
ls_V_type = loo_JResp.StringOf("included[i].relationships.roles.data[j].type")
j = j + 1
loop
i = i + 1
loop
destroy loo_Http
destroy loo_QueryParams
destroy loo_SbResponseBody
destroy loo_JResp
Curl Command
curl -G -d "page[limit]=25"
-d "page[offset]=0"
-H "Accept: application/json"
https://api.app.ddog-gov.com/api/v2/powerpacks
Postman Collection Item JSON
{
"name": "Get all powerpacks",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/api/v2/powerpacks?page[limit]=25&page[offset]=0",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"powerpacks"
],
"query": [
{
"key": "page[limit]",
"value": "25",
"description": "Maximum number of powerpacks in the response."
},
{
"key": "page[offset]",
"value": "0",
"description": "Specific offset to use as the beginning of the returned page."
}
]
},
"description": "Get a list of all powerpacks."
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/api/v2/powerpacks?page[limit]=25&page[offset]=0",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"powerpacks"
],
"query": [
{
"key": "page[limit]",
"value": "25",
"description": "Maximum number of powerpacks in the response."
},
{
"key": "page[offset]",
"value": "0",
"description": "Specific offset to use as the beginning of the returned page."
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"data\": [\n {\n \"attributes\": {\n \"group_widget\": {\n \"definition\": {\n \"widgets\": [\n {\n \"definition\": {\n \"id4\": {}\n },\n \"layout\": {\n \"x\": \"<long>\",\n \"y\": \"<long>\",\n \"width\": \"<long>\",\n \"height\": \"<long>\"\n }\n },\n {\n \"definition\": {\n \"nullac41\": {},\n \"adipisicing9\": {}\n },\n \"layout\": {\n \"x\": \"<long>\",\n \"y\": \"<long>\",\n \"width\": \"<long>\",\n \"height\": \"<long>\"\n }\n }\n ],\n \"layout_type\": \"<string>\",\n \"type\": \"<string>\",\n \"show_title\": \"<boolean>\",\n \"title\": \"<string>\"\n },\n \"layout\": {\n \"x\": \"<long>\",\n \"y\": \"<long>\",\n \"width\": \"<long>\",\n \"height\": \"<long>\"\n }\n },\n \"name\": \"<string>\",\n \"description\": \"<string>\",\n \"tags\": [\n \"<string>\",\n \"<string>\"\n ],\n \"template_variables\": [\n {\n \"name\": \"<string>\",\n \"defaults\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n {\n \"name\": \"<string>\",\n \"defaults\": [\n \"<string>\",\n \"<string>\"\n ]\n }\n ]\n },\n \"id\": \"<string>\",\n \"relationships\": {\n \"author\": {\n \"email\": \"<string>\",\n \"handle\": \"<string>\",\n \"name\": \"<string>\"\n }\n },\n \"type\": \"<string>\"\n },\n {\n \"attributes\": {\n \"group_widget\": {\n \"definition\": {\n \"widgets\": [\n {\n \"definition\": {\n \"ut9\": {}\n },\n \"layout\": {\n \"x\": \"<long>\",\n \"y\": \"<long>\",\n \"width\": \"<long>\",\n \"height\": \"<long>\"\n }\n },\n {\n \"definition\": {\n \"labore_391\": {},\n \"ullamco142\": {}\n },\n \"layout\": {\n \"x\": \"<long>\",\n \"y\": \"<long>\",\n \"width\": \"<long>\",\n \"height\": \"<long>\"\n }\n }\n ],\n \"layout_type\": \"<string>\",\n \"type\": \"<string>\",\n \"show_title\": \"<boolean>\",\n \"title\": \"<string>\"\n },\n \"layout\": {\n \"x\": \"<long>\",\n \"y\": \"<long>\",\n \"width\": \"<long>\",\n \"height\": \"<long>\"\n }\n },\n \"name\": \"<string>\",\n \"description\": \"<string>\",\n \"tags\": [\n \"<string>\",\n \"<string>\"\n ],\n \"template_variables\": [\n {\n \"name\": \"<string>\",\n \"defaults\": [\n \"<string>\",\n \"<string>\"\n ]\n },\n {\n \"name\": \"<string>\",\n \"defaults\": [\n \"<string>\",\n \"<string>\"\n ]\n }\n ]\n },\n \"id\": \"<string>\",\n \"relationships\": {\n \"author\": {\n \"email\": \"<string>\",\n \"handle\": \"<string>\",\n \"name\": \"<string>\"\n }\n },\n \"type\": \"<string>\"\n }\n ],\n \"included\": [\n {\n \"attributes\": {\n \"created_at\": \"<dateTime>\",\n \"disabled\": \"<boolean>\",\n \"email\": \"<string>\",\n \"handle\": \"<string>\",\n \"icon\": \"<string>\",\n \"modified_at\": \"<dateTime>\",\n \"name\": \"<string>\",\n \"service_account\": \"<boolean>\",\n \"status\": \"<string>\",\n \"title\": \"<string>\",\n \"verified\": \"<boolean>\"\n },\n \"id\": \"<string>\",\n \"relationships\": {\n \"org\": {\n \"data\": {\n \"id\": \"<string>\",\n \"type\": \"orgs\"\n }\n },\n \"other_orgs\": {\n \"data\": [\n {\n \"id\": \"<string>\",\n \"type\": \"orgs\"\n },\n {\n \"id\": \"<string>\",\n \"type\": \"orgs\"\n }\n ]\n },\n \"other_users\": {\n \"data\": [\n {\n \"id\": \"<string>\",\n \"type\": \"users\"\n },\n {\n \"id\": \"<string>\",\n \"type\": \"users\"\n }\n ]\n },\n \"roles\": {\n \"data\": [\n {\n \"id\": \"<string>\",\n \"type\": \"roles\"\n },\n {\n \"id\": \"<string>\",\n \"type\": \"roles\"\n }\n ]\n }\n },\n \"type\": \"users\"\n },\n {\n \"attributes\": {\n \"created_at\": \"<dateTime>\",\n \"disabled\": \"<boolean>\",\n \"email\": \"<string>\",\n \"handle\": \"<string>\",\n \"icon\": \"<string>\",\n \"modified_at\": \"<dateTime>\",\n \"name\": \"<string>\",\n \"service_account\": \"<boolean>\",\n \"status\": \"<string>\",\n \"title\": \"<string>\",\n \"verified\": \"<boolean>\"\n },\n \"id\": \"<string>\",\n \"relationships\": {\n \"org\": {\n \"data\": {\n \"id\": \"<string>\",\n \"type\": \"orgs\"\n }\n },\n \"other_orgs\": {\n \"data\": [\n {\n \"id\": \"<string>\",\n \"type\": \"orgs\"\n },\n {\n \"id\": \"<string>\",\n \"type\": \"orgs\"\n }\n ]\n },\n \"other_users\": {\n \"data\": [\n {\n \"id\": \"<string>\",\n \"type\": \"users\"\n },\n {\n \"id\": \"<string>\",\n \"type\": \"users\"\n }\n ]\n },\n \"roles\": {\n \"data\": [\n {\n \"id\": \"<string>\",\n \"type\": \"roles\"\n },\n {\n \"id\": \"<string>\",\n \"type\": \"roles\"\n }\n ]\n }\n },\n \"type\": \"users\"\n }\n ],\n \"links\": {\n \"first\": \"<string>\",\n \"last\": \"<string>\",\n \"next\": \"<string>\",\n \"prev\": \"<string>\",\n \"self\": \"<string>\"\n },\n \"meta\": {\n \"pagination\": {\n \"first_offset\": \"<long>\",\n \"last_offset\": \"<long>\",\n \"limit\": \"<long>\",\n \"next_offset\": \"<long>\",\n \"offset\": \"<long>\",\n \"prev_offset\": \"<long>\",\n \"total\": \"<long>\",\n \"type\": \"<string>\"\n }\n }\n}"
},
{
"name": "Too many requests",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/api/v2/powerpacks?page[limit]=25&page[offset]=0",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"powerpacks"
],
"query": [
{
"key": "page[limit]",
"value": "25",
"description": "Maximum number of powerpacks in the response."
},
{
"key": "page[offset]",
"value": "0",
"description": "Specific offset to use as the beginning of the returned page."
}
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
}
]
}