JiwaAPI

<back to all web services

IN_AttributeGroupTemplateAttributeQuery

Requires Authentication
IN_AttributeGroupTemplateAttributeQuery Parameters:
NameParameterData TypeRequiredDescription
RecIDqueryGuid?No
RecIDInqueryGuid[]No
IN_AttributeGroupTemplate_RecIDqueryGuid?No
IN_AttributeGroupTemplate_RecIDInqueryGuid[]No
NamequerystringNo
NameStartsWithquerystringNo
NameEndsWithquerystringNo
NameContainsquerystringNo
NameLikequerystringNo
NameBetweenquerystring[]No
NameInquerystring[]No
AttributeTypequeryshort?No
AttributeTypeGreaterThanOrEqualToqueryshort?No
AttributeTypeGreaterThanqueryshort?No
AttributeTypeLessThanqueryshort?No
AttributeTypeLessThanOrEqualToqueryshort?No
AttributeTypeNotEqualToqueryshort?No
AttributeTypeBetweenqueryshort[]No
AttributeTypeInqueryshort[]No
ComboTextquerystringNo
ComboTextStartsWithquerystringNo
ComboTextEndsWithquerystringNo
ComboTextContainsquerystringNo
ComboTextLikequerystringNo
ComboTextBetweenquerystring[]No
ComboTextInquerystring[]No
DefaultValuequerystringNo
DefaultValueStartsWithquerystringNo
DefaultValueEndsWithquerystringNo
DefaultValueContainsquerystringNo
DefaultValueLikequerystringNo
DefaultValueBetweenquerystring[]No
DefaultValueInquerystring[]No
ItemNoqueryint?No
ItemNoGreaterThanOrEqualToqueryint?No
ItemNoGreaterThanqueryint?No
ItemNoLessThanqueryint?No
ItemNoLessThanOrEqualToqueryint?No
ItemNoNotEqualToqueryint?No
ItemNoBetweenqueryint[]No
ItemNoInqueryint[]No
RowHashquerybyte[]No
LastSavedDateTimequeryDateTime?No
LastSavedDateTimeGreaterThanOrEqualToqueryDateTime?No
LastSavedDateTimeGreaterThanqueryDateTime?No
LastSavedDateTimeLessThanqueryDateTime?No
LastSavedDateTimeLessThanOrEqualToqueryDateTime?No
LastSavedDateTimeNotEqualToqueryDateTime?No
LastSavedDateTimeBetweenqueryNullable<DateTime>[]No
LastSavedDateTimeInqueryNullable<DateTime>[]No
QueryBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?No
Takeformint?No
OrderByformstringNo
OrderByDescformstringNo
IncludeformstringNo
FieldsformstringNo
MetaformDictionary<string, string>No
IN_AttributeGroupTemplateAttribute Parameters:
NameParameterData TypeRequiredDescription
RecIDformGuidNo
IN_AttributeGroupTemplate_RecIDformGuidNo
NameformstringNo
AttributeTypeformshortNo
ComboTextformstringNo
DefaultValueformstringNo
ItemNoformintNo
RowHashformbyte[]No
LastSavedDateTimeformDateTime?No
QueryResponse<T> Parameters:
NameParameterData TypeRequiredDescription
OffsetformintNo
TotalformintNo
ResultsformList<T>No
MetaformDictionary<string, string>No
ResponseStatusformResponseStatusNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/IN_AttributeGroupTemplateAttributeQuery HTTP/1.1 
Host: api.jiwa.com.au 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"RecID":"00000000000000000000000000000000","RecIDIn":["00000000-0000-0000-0000-000000000000"],"IN_AttributeGroupTemplate_RecID":"00000000000000000000000000000000","IN_AttributeGroupTemplate_RecIDIn":["00000000-0000-0000-0000-000000000000"],"Name":"String","NameStartsWith":"String","NameEndsWith":"String","NameContains":"String","NameLike":"String","NameBetween":["String"],"NameIn":["String"],"AttributeType":0,"AttributeTypeGreaterThanOrEqualTo":0,"AttributeTypeGreaterThan":0,"AttributeTypeLessThan":0,"AttributeTypeLessThanOrEqualTo":0,"AttributeTypeNotEqualTo":0,"AttributeTypeBetween":[0],"AttributeTypeIn":[0],"ComboText":"String","ComboTextStartsWith":"String","ComboTextEndsWith":"String","ComboTextContains":"String","ComboTextLike":"String","ComboTextBetween":["String"],"ComboTextIn":["String"],"DefaultValue":"String","DefaultValueStartsWith":"String","DefaultValueEndsWith":"String","DefaultValueContains":"String","DefaultValueLike":"String","DefaultValueBetween":["String"],"DefaultValueIn":["String"],"ItemNo":0,"ItemNoGreaterThanOrEqualTo":0,"ItemNoGreaterThan":0,"ItemNoLessThan":0,"ItemNoLessThanOrEqualTo":0,"ItemNoNotEqualTo":0,"ItemNoBetween":[0],"ItemNoIn":[0],"RowHash":"AA==","LastSavedDateTime":"0001-01-01T00:00:00.0000000","LastSavedDateTimeGreaterThanOrEqualTo":"0001-01-01T00:00:00.0000000","LastSavedDateTimeGreaterThan":"0001-01-01T00:00:00.0000000","LastSavedDateTimeLessThan":"0001-01-01T00:00:00.0000000","LastSavedDateTimeLessThanOrEqualTo":"0001-01-01T00:00:00.0000000","LastSavedDateTimeNotEqualTo":"0001-01-01T00:00:00.0000000","LastSavedDateTimeBetween":["0001-01-01T00:00:00.0000000"],"LastSavedDateTimeIn":["0001-01-01T00:00:00.0000000"],"Skip":0,"Take":0,"OrderBy":"String","OrderByDesc":"String","Include":"String","Fields":"String","Meta":{"String":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Results":[{"Name":"String","ComboText":"String","DefaultValue":"String","RowHash":"AA==","LastSavedDateTime":"0001-01-01T00:00:00.0000000"}],"Meta":{"String":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}