Back to Collection Items
-- Important: See this note about string length limitations for strings returned by sp_OAMethod calls.
--
CREATE PROCEDURE ChilkatSample
AS
BEGIN
DECLARE @hr int
DECLARE @iTmp0 int
-- Important: Do not use nvarchar(max). See the warning about using nvarchar(max).
DECLARE @sTmp0 nvarchar(4000)
-- This example assumes the Chilkat API to have been previously unlocked.
-- See Global Unlock Sample for sample code.
DECLARE @http int
-- Use "Chilkat_9_5_0.Http" for versions of Chilkat < 10.0.0
EXEC @hr = sp_OACreate 'Chilkat.Http', @http OUT
IF @hr <> 0
BEGIN
PRINT 'Failed to create ActiveX component'
RETURN
END
DECLARE @success int
DECLARE @queryParams int
-- Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
EXEC @hr = sp_OACreate 'Chilkat.JsonObject', @queryParams OUT
EXEC sp_OAMethod @queryParams, 'UpdateString', @success OUT, '_prettyPrint', 'true'
EXEC sp_OAMethod @queryParams, 'UpdateString', @success OUT, '_queryFilter', 'true'
EXEC sp_OAMethod @http, 'SetRequestHeader', NULL, '{{cookieName}}', '{{demoSSOToken}}'
EXEC sp_OAMethod @http, 'SetRequestHeader', NULL, 'Accept-API-Version', 'resource=1.1'
DECLARE @resp int
EXEC sp_OAMethod @http, 'QuickRequestParams', @resp OUT, 'GET', 'https://<tenant-name>.forgeblocks.com/am/json/realms/root/realms/alpha/users/{{demoUserId}}/oauth2/applications', @queryParams
EXEC sp_OAGetProperty @http, 'LastMethodSuccess', @iTmp0 OUT
IF @iTmp0 = 0
BEGIN
EXEC sp_OAGetProperty @http, 'LastErrorText', @sTmp0 OUT
PRINT @sTmp0
EXEC @hr = sp_OADestroy @http
EXEC @hr = sp_OADestroy @queryParams
RETURN
END
EXEC sp_OAGetProperty @resp, 'StatusCode', @iTmp0 OUT
PRINT @iTmp0
EXEC sp_OAGetProperty @resp, 'BodyStr', @sTmp0 OUT
PRINT @sTmp0
EXEC @hr = sp_OADestroy @resp
EXEC @hr = sp_OADestroy @http
EXEC @hr = sp_OADestroy @queryParams
END
GO
Curl Command
curl -G -d "_prettyPrint=true"
-d "_queryFilter=true"
-H "Accept-API-Version: resource=1.1"
-H "{{cookieName}}: {{demoSSOToken}}"
https://<tenant-name>.forgeblocks.com/am/json/realms/root/realms/alpha/users/{{demoUserId}}/oauth2/applications
Postman Collection Item JSON
{
"name": "Step 1: Query Users' OAuth 2.0 Clients",
"event": [
{
"listen": "test",
"script": {
"exec": [
"const JSONResponse = JSON.parse(responseBody);",
"",
"// Did request contain results?",
"if(JSONResponse.resultCount && JSONResponse.resultCount > 0)",
"{",
" // Set `demoSSOToken` variable",
" pm.globals.set(\"oauth2App\", JSONResponse.result[0]._id);",
"}",
"else",
"{",
" pm.globals.set(\"oauth2App\", \"none_found\"); ",
"}",
"",
"// Tests",
"",
"pm.test(\"Status code is 200.\", () => {",
" pm.expect(pm.response.code).to.eql(200);",
"});",
"",
"pm.test(\"Response contains resultCount\", function () {",
" pm.expect(JSONResponse.resultCount).to.be.a(\"number\");",
"});",
"",
"pm.test(\"Response contains at least one result\", function () {",
" pm.expect(JSONResponse.resultCount).to.be.above(0);",
"});",
"",
"",
"",
"",
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [
{
"description": "(Required) ",
"key": "Accept-API-Version",
"value": "resource=1.1"
},
{
"key": "{{cookieName}}",
"value": "{{demoSSOToken}}",
"type": "text"
}
],
"url": {
"raw": "{{amUrl}}/json{{realm}}/users/{{demoUserId}}/oauth2/applications?_prettyPrint=true&_queryFilter=true",
"host": [
"{{amUrl}}"
],
"path": [
"json{{realm}}",
"users",
"{{demoUserId}}",
"oauth2",
"applications"
],
"query": [
{
"key": "_fields",
"value": "",
"description": "Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned.",
"disabled": true
},
{
"key": "_prettyPrint",
"value": "true",
"description": "Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable."
},
{
"key": "_queryFilter",
"value": "true",
"description": "(Required) "
}
]
},
"description": "Get a list of the applications that have been granted OAuth 2.0 access. Only `_queryFilter=true` is supported."
},
"response": [
{
"name": "Returned if the list of applications cannot be produced due to an internal error.",
"originalRequest": {
"method": "GET",
"header": [
{
"description": "(Required) ",
"key": "Accept-API-Version",
"value": "resource=1.0"
}
],
"url": {
"raw": "{{amUrl}}/json{{realm}}/users/:user/oauth2/applications#1.1_query_filter?&_prettyPrint=true&_queryFilter=true",
"host": [
"{{amUrl}}"
],
"path": [
"json{{realm}}",
"users",
":user",
"oauth2",
"applications"
],
"hash": "1.1_query_filter?&_prettyPrint=true&_queryFilter=true",
"variable": [
{
"key": "user"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"code\": 93541721,\n \"message\": \"minim\",\n \"reason\": \"sint Excepteur\",\n \"detail\": \"veniam id qui\"\n}"
},
{
"name": "Success",
"originalRequest": {
"method": "GET",
"header": [
{
"description": "(Required) ",
"key": "Accept-API-Version",
"value": "resource=1.0"
}
],
"url": {
"raw": "{{amUrl}}/json{{realm}}/users/:user/oauth2/applications#1.1_query_filter?&_prettyPrint=true&_queryFilter=true",
"host": [
"{{amUrl}}"
],
"path": [
"json{{realm}}",
"users",
":user",
"oauth2",
"applications"
],
"hash": "1.1_query_filter?&_prettyPrint=true&_queryFilter=true",
"variable": [
{
"key": "user"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "*/*"
}
],
"cookie": [
],
"body": ""
}
]
}