SuperOffice

Links

    SuperOffice API

    Getting access, Developing, Testing

    Back to SuperOffice

    Gets the string value of a ForeignKey, that belongs to the specified device and application.

    The table name and record ID must also be specified.

    Input

    type: object properties: parameters: type: object properties: applicationName: type: string description: The name of the foreign application. deviceName: type: string description: The name of the foreign device. keyName: type: string description: The name of the foreign key. tableName: type: string description: >- Table name, transformed to and from numeric table id by the service layer.<p/>Use an empty string to indicate that your key is not bound to any specific table. recordId: type: string description: >- Id of record that this key refers to. If the table name was blank, then this parameter must be 0. It can also be 0 to mean that the foreign key record was not bound to any particular record of the target table. Accept-Language: type: string description: >- Convert string references and multi-language values into a specified language (iso2) code. SO-Language: type: string description: >- Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value. SO-Culture: type: string description: >- Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set. SO-TimeZone: type: string description: >- Specify the timezone code that you would like date/time responses converted to. SO-AppToken: type: string description: >- The application token that identifies the partner app. Used when calling Online WebAPI from a server. required: - applicationName - deviceName - keyName - tableName - recordId title: Parameters