Go / Support API / Get sources by target
Back to Collection Items
// This example assumes the Chilkat API to have been previously unlocked.
// See Global_Ref.html">Global Unlock Sample for sample code.
http := chilkat.NewHttp()
var success bool
http.SetBasicAuth(true)
http.SetLogin("login")
http.SetPassword("password")
http.SetRequestHeader("Accept","application/json")
sbResponseBody := chilkat.NewStringBuilder()
success = http.QuickGetSb("https://example.zendesk.com/api/v2/:target_type/:target_id/relationship_fields/:field_id/:source_type",sbResponseBody)
if success == false {
fmt.Println(http.LastErrorText())
http.DisposeHttp()
sbResponseBody.DisposeStringBuilder()
return
}
jResp := chilkat.NewJsonObject()
jResp.LoadSb(sbResponseBody)
jResp.SetEmitCompact(false)
fmt.Println("Response Body:")
fmt.Println(*jResp.Emit())
respStatusCode := http.LastStatus()
fmt.Println("Response Status Code = ", respStatusCode)
if respStatusCode >= 400 {
fmt.Println("Response Header:")
fmt.Println(http.LastHeader())
fmt.Println("Failed.")
http.DisposeHttp()
sbResponseBody.DisposeStringBuilder()
jResp.DisposeJsonObject()
return
}
// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)
// {
// "users": [
// {
// "name": "<string>",
// "active": "<boolean>",
// "alias": "<string>",
// "chat_only": "<boolean>",
// "created_at": "<string>",
// "custom_role_id": "<integer>",
// "default_group_id": "<integer>",
// "details": "<string>",
// "email": "<string>",
// "external_id": "<string>",
// "iana_time_zone": "<string>",
// "id": "<integer>",
// "last_login_at": "<string>",
// "locale": "<string>",
// "locale_id": "<integer>",
// "moderator": "<boolean>",
// "notes": "<string>",
// "only_private_comments": "<boolean>",
// "organization_id": "<integer>",
// "phone": "<string>",
// "photo": {
// "in1f": false,
// "cillumb5": true
// },
// "remote_photo_url": "<string>",
// "report_csv": "<boolean>",
// "restricted_agent": "<boolean>",
// "role": "<string>",
// "role_type": "<integer>",
// "shared": "<boolean>",
// "shared_agent": "<boolean>",
// "shared_phone_number": "<boolean>",
// "signature": "<string>",
// "suspended": "<boolean>",
// "tags": "<array>",
// "ticket_restriction": "<string>",
// "time_zone": "<string>",
// "two_factor_auth_enabled": "<boolean>",
// "updated_at": "<string>",
// "url": "<string>",
// "user_fields": {
// "nisi_e": "commodo exercitation consequat"
// },
// "verified": "<boolean>"
// },
// {
// "name": "<string>",
// "active": "<boolean>",
// "alias": "<string>",
// "chat_only": "<boolean>",
// "created_at": "<string>",
// "custom_role_id": "<integer>",
// "default_group_id": "<integer>",
// "details": "<string>",
// "email": "<string>",
// "external_id": "<string>",
// "iana_time_zone": "<string>",
// "id": "<integer>",
// "last_login_at": "<string>",
// "locale": "<string>",
// "locale_id": "<integer>",
// "moderator": "<boolean>",
// "notes": "<string>",
// "only_private_comments": "<boolean>",
// "organization_id": "<integer>",
// "phone": "<string>",
// "photo": {
// "ut69": true,
// "magna_4": -92520384
// },
// "remote_photo_url": "<string>",
// "report_csv": "<boolean>",
// "restricted_agent": "<boolean>",
// "role": "<string>",
// "role_type": "<integer>",
// "shared": "<boolean>",
// "shared_agent": "<boolean>",
// "shared_phone_number": "<boolean>",
// "signature": "<string>",
// "suspended": "<boolean>",
// "tags": "<array>",
// "ticket_restriction": "<string>",
// "time_zone": "<string>",
// "two_factor_auth_enabled": "<boolean>",
// "updated_at": "<string>",
// "url": "<string>",
// "user_fields": {
// "Loremcc": 52379422,
// "dolore7": true,
// "pariaturf": "magna consectet"
// },
// "verified": "<boolean>"
// }
// ]
// }
// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
var name *string = new(string)
var active *string = new(string)
var alias *string = new(string)
var chat_only *string = new(string)
var created_at *string = new(string)
custom_role_ var id *string = new(string)
default_group_ var id *string = new(string)
var details *string = new(string)
var email *string = new(string)
external_ var id *string = new(string)
iana_ var time_zone *string = new(string)
var id *string = new(string)
var last_login_at *string = new(string)
var locale *string = new(string)
locale_ var id *string = new(string)
var moderator *string = new(string)
var notes *string = new(string)
var only_private_comments *string = new(string)
organization_ var id *string = new(string)
var phone *string = new(string)
var In1f bool
var Cillumb5 bool
remote_photo_ var url *string = new(string)
var report_csv *string = new(string)
var restricted_agent *string = new(string)
var role *string = new(string)
var role_type *string = new(string)
var v_shared *string = new(string)
var shared_agent *string = new(string)
var shared_phone_number *string = new(string)
var signature *string = new(string)
var suspended *string = new(string)
var tags *string = new(string)
var ticket_restriction *string = new(string)
var time_zone *string = new(string)
var two_factor_auth_enabled *string = new(string)
var updated_at *string = new(string)
var url *string = new(string)
var Nisi_e *string = new(string)
var verified *string = new(string)
var Ut69 bool
var Magna_4 int
var Loremcc int
var Dolore7 bool
var Pariaturf *string = new(string)
i := 0
count_i := jResp.SizeOfArray("users")
for i < count_i {
jResp.SetI(i)
name = jResp.StringOf("users[i].name")
active = jResp.StringOf("users[i].active")
alias = jResp.StringOf("users[i].alias")
chat_only = jResp.StringOf("users[i].chat_only")
created_at = jResp.StringOf("users[i].created_at")
custom_role_id = jResp.StringOf("users[i].custom_role_id")
default_group_id = jResp.StringOf("users[i].default_group_id")
details = jResp.StringOf("users[i].details")
email = jResp.StringOf("users[i].email")
external_id = jResp.StringOf("users[i].external_id")
iana_time_zone = jResp.StringOf("users[i].iana_time_zone")
id = jResp.StringOf("users[i].id")
last_login_at = jResp.StringOf("users[i].last_login_at")
locale = jResp.StringOf("users[i].locale")
locale_id = jResp.StringOf("users[i].locale_id")
moderator = jResp.StringOf("users[i].moderator")
notes = jResp.StringOf("users[i].notes")
only_private_comments = jResp.StringOf("users[i].only_private_comments")
organization_id = jResp.StringOf("users[i].organization_id")
phone = jResp.StringOf("users[i].phone")
In1f = jResp.BoolOf("users[i].photo.in1f")
Cillumb5 = jResp.BoolOf("users[i].photo.cillumb5")
remote_photo_url = jResp.StringOf("users[i].remote_photo_url")
report_csv = jResp.StringOf("users[i].report_csv")
restricted_agent = jResp.StringOf("users[i].restricted_agent")
role = jResp.StringOf("users[i].role")
role_type = jResp.StringOf("users[i].role_type")
v_shared = jResp.StringOf("users[i].shared")
shared_agent = jResp.StringOf("users[i].shared_agent")
shared_phone_number = jResp.StringOf("users[i].shared_phone_number")
signature = jResp.StringOf("users[i].signature")
suspended = jResp.StringOf("users[i].suspended")
tags = jResp.StringOf("users[i].tags")
ticket_restriction = jResp.StringOf("users[i].ticket_restriction")
time_zone = jResp.StringOf("users[i].time_zone")
two_factor_auth_enabled = jResp.StringOf("users[i].two_factor_auth_enabled")
updated_at = jResp.StringOf("users[i].updated_at")
url = jResp.StringOf("users[i].url")
Nisi_e = jResp.StringOf("users[i].user_fields.nisi_e")
verified = jResp.StringOf("users[i].verified")
Ut69 = jResp.BoolOf("users[i].photo.ut69")
Magna_4 = jResp.IntOf("users[i].photo.magna_4")
Loremcc = jResp.IntOf("users[i].user_fields.Loremcc")
Dolore7 = jResp.BoolOf("users[i].user_fields.dolore7")
Pariaturf = jResp.StringOf("users[i].user_fields.pariaturf")
i = i + 1
}
http.DisposeHttp()
sbResponseBody.DisposeStringBuilder()
jResp.DisposeJsonObject()
Curl Command
curl -u login:password -X GET
-H "Accept: application/json"
https://example.zendesk.com/api/v2/:target_type/:target_id/relationship_fields/:field_id/:source_type
Postman Collection Item JSON
{
"name": "Get sources by target",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/api/v2/:target_type/:target_id/relationship_fields/:field_id/:source_type",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
":target_type",
":target_id",
"relationship_fields",
":field_id",
":source_type"
],
"variable": [
{
"key": "target_type",
"value": "<string>"
},
{
"key": "target_id",
"value": "<integer>"
},
{
"key": "field_id",
"value": "<integer>"
},
{
"key": "source_type",
"value": "<string>"
}
]
},
"description": "Returns a list of source objects whose values are populated with the id of a related target object. For example,\nif you have a lookup field called \"Success Manager\" on a ticket, this endpoint can answer the question,\n\"What tickets (sources) is this user (found by `target_type` and `target_id`)\nassigned as the 'Success Manager' (field referenced by `field_id`)?\"\n\n#### Allowed For\n\n* Agents\n"
},
"response": [
{
"name": "Success response",
"originalRequest": {
"method": "GET",
"header": [
{
"description": "Added as a part of security scheme: basic",
"key": "Authorization",
"value": "Basic <credentials>"
}
],
"url": {
"raw": "{{baseUrl}}/api/v2/:target_type/:target_id/relationship_fields/:field_id/:source_type",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
":target_type",
":target_id",
"relationship_fields",
":field_id",
":source_type"
],
"variable": [
{
"key": "target_type"
},
{
"key": "target_id"
},
{
"key": "field_id"
},
{
"key": "source_type"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"name\": \"<string>\",\n \"active\": \"<boolean>\",\n \"alias\": \"<string>\",\n \"chat_only\": \"<boolean>\",\n \"created_at\": \"<string>\",\n \"custom_role_id\": \"<integer>\",\n \"default_group_id\": \"<integer>\",\n \"details\": \"<string>\",\n \"email\": \"<string>\",\n \"external_id\": \"<string>\",\n \"iana_time_zone\": \"<string>\",\n \"id\": \"<integer>\",\n \"last_login_at\": \"<string>\",\n \"locale\": \"<string>\",\n \"locale_id\": \"<integer>\",\n \"moderator\": \"<boolean>\",\n \"notes\": \"<string>\",\n \"only_private_comments\": \"<boolean>\",\n \"organization_id\": \"<integer>\",\n \"phone\": \"<string>\",\n \"photo\": {\n \"in1f\": false,\n \"cillumb5\": true\n },\n \"remote_photo_url\": \"<string>\",\n \"report_csv\": \"<boolean>\",\n \"restricted_agent\": \"<boolean>\",\n \"role\": \"<string>\",\n \"role_type\": \"<integer>\",\n \"shared\": \"<boolean>\",\n \"shared_agent\": \"<boolean>\",\n \"shared_phone_number\": \"<boolean>\",\n \"signature\": \"<string>\",\n \"suspended\": \"<boolean>\",\n \"tags\": \"<array>\",\n \"ticket_restriction\": \"<string>\",\n \"time_zone\": \"<string>\",\n \"two_factor_auth_enabled\": \"<boolean>\",\n \"updated_at\": \"<string>\",\n \"url\": \"<string>\",\n \"user_fields\": {\n \"nisi_e\": \"commodo exercitation consequat\"\n },\n \"verified\": \"<boolean>\"\n },\n {\n \"name\": \"<string>\",\n \"active\": \"<boolean>\",\n \"alias\": \"<string>\",\n \"chat_only\": \"<boolean>\",\n \"created_at\": \"<string>\",\n \"custom_role_id\": \"<integer>\",\n \"default_group_id\": \"<integer>\",\n \"details\": \"<string>\",\n \"email\": \"<string>\",\n \"external_id\": \"<string>\",\n \"iana_time_zone\": \"<string>\",\n \"id\": \"<integer>\",\n \"last_login_at\": \"<string>\",\n \"locale\": \"<string>\",\n \"locale_id\": \"<integer>\",\n \"moderator\": \"<boolean>\",\n \"notes\": \"<string>\",\n \"only_private_comments\": \"<boolean>\",\n \"organization_id\": \"<integer>\",\n \"phone\": \"<string>\",\n \"photo\": {\n \"ut69\": true,\n \"magna_4\": -92520384\n },\n \"remote_photo_url\": \"<string>\",\n \"report_csv\": \"<boolean>\",\n \"restricted_agent\": \"<boolean>\",\n \"role\": \"<string>\",\n \"role_type\": \"<integer>\",\n \"shared\": \"<boolean>\",\n \"shared_agent\": \"<boolean>\",\n \"shared_phone_number\": \"<boolean>\",\n \"signature\": \"<string>\",\n \"suspended\": \"<boolean>\",\n \"tags\": \"<array>\",\n \"ticket_restriction\": \"<string>\",\n \"time_zone\": \"<string>\",\n \"two_factor_auth_enabled\": \"<boolean>\",\n \"updated_at\": \"<string>\",\n \"url\": \"<string>\",\n \"user_fields\": {\n \"Loremcc\": 52379422,\n \"dolore7\": true,\n \"pariaturf\": \"magna consectet\"\n },\n \"verified\": \"<boolean>\"\n }\n ]\n}"
}
]
}