GET {lang}/UserUpdates/Query/{format}/{interfaceid}/{orgid}?OrganizationId={OrganizationId}&DynamicStatusId={DynamicStatusId}&IncludeTriggers={IncludeTriggers}&DisableCache={DisableCache}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
format | string |
Required |
|
interfaceid | integer |
Required |
|
orgid | integer |
Required |
|
OrganizationId | integer |
None. |
|
DynamicStatusId | integer |
None. |
|
IncludeTriggers | boolean |
None. |
|
DisableCache | boolean |
None. |
|
lang | string |
None. |
Body Parameters
None.
Response Information
Resource Description
UserUpdateTypeQueryResponseName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of UserUpdateType |
None. |
Response Formats
application/json; charset=utf-8, application/json, application/vnd.google-earth.kml+xml, text/plain, image/png, text/csv, application/x-www-form-urlencoded
Sample:
{ "Items": [ { "DynamicStatusId": 1, "OrganizationId": 1, "StatusDesc": "sample string 2", "CategoryId": 1, "CategoryDesc": "sample string 3", "IconCodeId": 1, "IconUrl": "https://img.nowforce.com/lb/1.jpg", "SendLocation": true, "FormatId": 1, "Popup": true, "ReportAllowAll": true, "ProfilesLimits": [ 1, 2 ], "DepartmentsLimits": [ 1, 2 ], "PoliciesLimits": [ "sample string 1", "sample string 2" ], "ImpactDesc": "sample string 7", "TemplateId": 1, "Triggers": [ { "UserUpdateTriggerType": 1, "Id": "sample string 1", "Name": "sample string 2" }, { "UserUpdateTriggerType": 1, "Id": "sample string 1", "Name": "sample string 2" } ], "StatusAction": 0 }, { "DynamicStatusId": 1, "OrganizationId": 1, "StatusDesc": "sample string 2", "CategoryId": 1, "CategoryDesc": "sample string 3", "IconCodeId": 1, "IconUrl": "https://img.nowforce.com/lb/1.jpg", "SendLocation": true, "FormatId": 1, "Popup": true, "ReportAllowAll": true, "ProfilesLimits": [ 1, 2 ], "DepartmentsLimits": [ 1, 2 ], "PoliciesLimits": [ "sample string 1", "sample string 2" ], "ImpactDesc": "sample string 7", "TemplateId": 1, "Triggers": [ { "UserUpdateTriggerType": 1, "Id": "sample string 1", "Name": "sample string 2" }, { "UserUpdateTriggerType": 1, "Id": "sample string 1", "Name": "sample string 2" } ], "StatusAction": 0 } ] }
application/xml; charset=utf-8, application/xml
Sample:
<UserUpdateTypeQueryResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Items> <UserUpdateType> <DynamicStatusId>1</DynamicStatusId> <OrganizationId>1</OrganizationId> <StatusDesc>sample string 2</StatusDesc> <CategoryId>1</CategoryId> <CategoryDesc>sample string 3</CategoryDesc> <IconCodeId>1</IconCodeId> <SendLocation>true</SendLocation> <FormatId>Title</FormatId> <Popup>true</Popup> <ReportAllowAll>true</ReportAllowAll> <ProfilesLimits> <int>1</int> <int>2</int> </ProfilesLimits> <DepartmentsLimits> <int>1</int> <int>2</int> </DepartmentsLimits> <PoliciesLimits> <string>sample string 1</string> <string>sample string 2</string> </PoliciesLimits> <ImpactDesc>sample string 7</ImpactDesc> <TemplateId>1</TemplateId> <Triggers> <UserUpdateTrigger> <UserUpdateTriggerType>UserUpdateReported</UserUpdateTriggerType> <Id>sample string 1</Id> <Name>sample string 2</Name> </UserUpdateTrigger> <UserUpdateTrigger> <UserUpdateTriggerType>UserUpdateReported</UserUpdateTriggerType> <Id>sample string 1</Id> <Name>sample string 2</Name> </UserUpdateTrigger> </Triggers> <StatusAction>None</StatusAction> </UserUpdateType> <UserUpdateType> <DynamicStatusId>1</DynamicStatusId> <OrganizationId>1</OrganizationId> <StatusDesc>sample string 2</StatusDesc> <CategoryId>1</CategoryId> <CategoryDesc>sample string 3</CategoryDesc> <IconCodeId>1</IconCodeId> <SendLocation>true</SendLocation> <FormatId>Title</FormatId> <Popup>true</Popup> <ReportAllowAll>true</ReportAllowAll> <ProfilesLimits> <int>1</int> <int>2</int> </ProfilesLimits> <DepartmentsLimits> <int>1</int> <int>2</int> </DepartmentsLimits> <PoliciesLimits> <string>sample string 1</string> <string>sample string 2</string> </PoliciesLimits> <ImpactDesc>sample string 7</ImpactDesc> <TemplateId>1</TemplateId> <Triggers> <UserUpdateTrigger> <UserUpdateTriggerType>UserUpdateReported</UserUpdateTriggerType> <Id>sample string 1</Id> <Name>sample string 2</Name> </UserUpdateTrigger> <UserUpdateTrigger> <UserUpdateTriggerType>UserUpdateReported</UserUpdateTriggerType> <Id>sample string 1</Id> <Name>sample string 2</Name> </UserUpdateTrigger> </Triggers> <StatusAction>None</StatusAction> </UserUpdateType> </Items> </UserUpdateTypeQueryResponse>