KnowledgeBase
Search or browse in depth articles and videos on everything about Appward.
APIGeneric – URL
Jon Hong
Friday March 31, 2023 - 0 min readTable of Contents
APIGeneric – URL
Jon Hong
Friday March 31, 2023 - 0 min readThis property deterimines the end point url that will be requested. URL parameters should not be included in this propery. Instead use the Parameters property to configure them.You can use keywords that reference a variable that is a child to this APIGeneric object.
For example:
https://www.example.com/api/{Key}
Above there is one keyword, Key. This format indicates that when the request is sent, the {Key} will be replaced with value from a child variable with the name Key.
DataType
String
EditType
Text
Last Modified by Jon Hong on March 31, 2023 2:58 pm