What Am I supposed to set in the key value and where I can find it using the api?
Thanks.
These values are based on the lookup field definitions found on the specified form.
Example (Form definition LAWPROF.FRM) :
[CMSForm]
Info=265,158,535,486,40004b05
Name=LAWPROF <--- profile
Prompt=Document Profile
ForeColorName=WorkAreaText
BackColor=c8d0d4
BackColorName=WorkArea
HelpID=IDH_The_Profile_Fields
GradientName=WorkArea
Table=DOCSADM.PROFILE
clientWidth=529
clientHeight=461
Field definition:
[CMSEdit]
Info=16,58,258,21,4e
Name=CLIENT_ID <--- key
Prompt=C&lient
BackColorName=Transparent
Font=Arial,11,0,0
HelpID=66
KeyType=4
SQLInfo=MATTER.CLIENT_ID.CLIENT_ID;DOCSADM.CLIENT.SYSTEM_ID
PromptWidth=109
MaxChars=10
EditBorder=8
EditFont=Arial,11,0,0
EForeColorName=InputText
EBackColorName=Input
Lookup=CLIENT <--- table
Request:
.../edocsapi/v1.0/lookups/CLIENT?profile=LAWPROF&key=CLIENT_ID...
(I know this is resurrecting a thread, but…)
EDIT: Filter would be &filter=MATTER_ID=TEMP