Changes for page OLD-ONEcount API Documentation
Last modified by Admin on 2025/06/27 12:14
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mikef1 +XWiki.shravya@one-count_com - Content
-
... ... @@ -9,7 +9,7 @@ 9 9 10 10 1. ((( 11 11 (% class="western" %) 12 -**GET** - Used for lookup of resources 12 +**GET** - Used for lookup of resourcesresources 13 13 ))) 14 14 1. ((( 15 15 (% class="western" %) ... ... @@ -90,7 +90,7 @@ 90 90 ))) 91 91 92 92 (% class="western" %) 93 - 93 +\\ 94 94 95 95 (% class="western" %) 96 96 **General API Usage** ... ... @@ -102,7 +102,7 @@ 102 102 For lookup, the parameter list will be part of the request url. 103 103 104 104 (% class="western" %) 105 - 105 +\\ 106 106 107 107 (% class="western" %) 108 108 **Response** ... ... @@ -165,7 +165,7 @@ 165 165 The result of the api request will be determined by the value of the success property of result object. Here the value of success will either be 1 (true) or 0 (false) depending on whether the requested action succeed. 166 166 167 167 (% class="western" %) 168 - 168 +\\ 169 169 170 170 (% class="western" %) 171 171 If value of success is 0 then an error will be generated inside the result object. Code property will have an error code. message property will have the details about the error. This value might be used to display the error in the client application. The response will always have a result object in it plus the individual response listed for each method. ... ... @@ -221,7 +221,7 @@ 221 221 ]}]}}}} 222 222 223 223 (% class="western" %) 224 - 224 +\\ 225 225 226 226 (% class="western" %) 227 227 ** ... ... @@ -247,7 +247,7 @@ 247 247 (% class="western" %) 248 248 Return is an optional parameter in request. If return is not requested then by default, only UserId (which is ONEcount ID) will be returned in the Users object. 249 249 250 - 250 +\\ 251 251 252 252 (% class="wrapped" %) 253 253 |((( ... ... @@ -364,7 +364,7 @@ 364 364 **OUTPUT** : Should get ocid of the user if it finds it otherwise get and error with msg user not found. 365 365 ))) 366 366 367 - 367 +\\ 368 368 369 369 (% class="western" %) 370 370 **GET method should be used to lookup users.** ... ... @@ -395,11 +395,14 @@ 395 395 396 396 (% class="western" %) 397 397 return: csv of question id that is requested back. The Users object returned will only have these properties plus UserId (String) 398 + 399 +(% class="western" %) 400 +If return is not provided, all the demographics will be returned. 398 398 ))) 399 399 400 - 403 +\\ 401 401 402 - 405 +\\ 403 403 404 404 (% class="wrapped" %) 405 405 |((( ... ... @@ -420,11 +420,37 @@ 420 420 Users 421 421 )))|((( 422 422 (% class="western" %) 423 -Found users returned with the demo field requested in return parameter in json format .426 +Found users returned with the demo field requested in return parameter in json format 424 424 ))) 425 425 426 - 429 +\\ 427 427 431 +**Sample response for /users/(% style="color: rgb(80,80,80);" %)25255449(%%)** 432 + 433 +Along with the demo in json format, the active packages and products of the user referred to as products and resources respectively are also returned. 434 + 435 +(% class="relative-table wrapped" style="width: 100.0%;" %) 436 +|=((( 437 +(% class="content-wrapper" %) 438 +((( 439 +[[image:attach:Screen Shot 2020-02-26 at 11.15.52 AM.png||width="1407"]] 440 +))) 441 +))) 442 + 443 +\\ 444 + 445 +**Sample response for /users/lookup?(% style="color: rgb(80,80,80);" %)11=santosh@[[one-count.com>>url:http://one-count.com||shape="rect"]]&return=2,3(%%)** 446 + 447 +(% class="wrapped" %) 448 +|=((( 449 +(% class="content-wrapper" %) 450 +((( 451 +[[image:attach:Screen Shot 2020-02-26 at 11.22.13 AM.png||height="250"]] 452 +))) 453 +))) 454 + 455 +\\ 456 + 428 428 (% class="western" %) 429 429 **POST method should be used to create users.** 430 430 ... ... @@ -502,7 +502,7 @@ 502 502 Created users returned with the demo field requested in return parameter in json format. If return was not specified only UserId will be returned. 503 503 ))) 504 504 505 - 534 +\\ 506 506 507 507 (% class="western" %) 508 508 **PUT method should be used to update users.** ... ... @@ -572,10 +572,10 @@ 572 572 ))) 573 573 574 574 (% class="western" %) 575 - 604 +\\ 576 576 577 577 (% class="western" %) 578 - 607 +\\ 579 579 580 580 (% class="western" %) 581 581 Create new users. Here in this example the JSON for request is passed in userFile.json file. ... ... @@ -590,7 +590,7 @@ 590 590 ** 591 591 ** 592 592 593 - 622 +\\ 594 594 595 595 (% class="western" %) 596 596 **COMPONENT: Questions** ... ... @@ -726,7 +726,7 @@ 726 726 JSON of the Questions type object needs to be sent as post data. Id field is mandatory for update. 727 727 ))) 728 728 729 - 758 +\\ 730 730 731 731 (% class="western" %) 732 732 **GET method can be used to lookup questions.** ... ... @@ -784,7 +784,7 @@ 784 784 Returns found question details. 785 785 ))) 786 786 787 - 816 +\\ 788 788 789 789 (% class="western" %) 790 790 **POST method should be used to create questions. The data that is sent should be in JSON format and of type questions as described in references section. Questions object will only need a choices block if the question is a multiple choice question (type=4 or 5 or 6).** ... ... @@ -833,7 +833,7 @@ 833 833 Returns ONEcount question id on successful creation of the question. 834 834 ))) 835 835 836 - 865 +\\ 837 837 838 838 (% class="western" %) 839 839 PUT method should be used to update question. ... ... @@ -883,7 +883,7 @@ 883 883 ))) 884 884 885 885 (% class="western" %) 886 - 915 +\\ 887 887 888 888 (% class="western" %) 889 889 Example: Get list of questions from api which has FirstName in text ... ... @@ -942,7 +942,7 @@ 942 942 } 943 943 944 944 (% class="western" %) 945 - 974 +\\ 946 946 947 947 (% class="western" %) 948 948 **COMPONENT: Products** ... ... @@ -1031,7 +1031,7 @@ 1031 1031 {"ProductID":"65","ResourceID":”121"} 1032 1032 ))) 1033 1033 1034 - 1063 +\\ 1035 1035 1036 1036 (% class="western" %) 1037 1037 **GET method should be used to lookup products.** ... ... @@ -1086,7 +1086,7 @@ 1086 1086 Returns found product details. 1087 1087 ))) 1088 1088 1089 - 1118 +\\ 1090 1090 1091 1091 (% class="western" %) 1092 1092 **POST method should be used to create products.** ... ... @@ -1116,7 +1116,7 @@ 1116 1116 Example: 1117 1117 1118 1118 (% class="western" %) 1119 -{"Title":"Test123","Description":Testss","Terms":{"Name":"Product123"},"PrimaryFormId":10,"ResourceID":17} 1148 +{"Title":"Test123","Description": "Testss","Terms":{"Name":"Product123"},"PrimaryFormId":10,"ResourceID":17} 1120 1120 ))) 1121 1121 1122 1122 (% class="wrapped" %) ... ... @@ -1141,7 +1141,7 @@ 1141 1141 Product Id of the newly created product. 1142 1142 ))) 1143 1143 1144 - 1173 +\\ 1145 1145 1146 1146 (% class="western" %) 1147 1147 PUT method should be used to update an individual product given the product info. ... ... @@ -1174,7 +1174,7 @@ 1174 1174 **Example**: 1175 1175 1176 1176 (% class="western" %) 1177 -{"Title":"Test123","Description":Testss"," Terms":{"Name":"Product123"},"PrimaryFormId":10,"ResourceID":17}1206 +{"Title":"Test123","Description": "Testss","PrimaryFormId":10,"ResourceID":17} 1178 1178 ))) 1179 1179 1180 1180 (% class="wrapped" %) ... ... @@ -1199,7 +1199,7 @@ 1199 1199 Product id of the updated product. 1200 1200 ))) 1201 1201 1202 - 1231 +\\ 1203 1203 1204 1204 (% class="western" %) 1205 1205 **COMPONENT: Terms** ... ... @@ -1259,7 +1259,7 @@ 1259 1259 JSON of the terms type object needs to be sent as post data. Id field is mandatory for update. 1260 1260 ))) 1261 1261 1262 - 1291 +\\ 1263 1263 1264 1264 (% class="western" %) 1265 1265 **GET method should be used to lookup products.** ... ... @@ -1314,7 +1314,7 @@ 1314 1314 Returns found term details. 1315 1315 ))) 1316 1316 1317 - 1346 +\\ 1318 1318 1319 1319 (% class="western" %) 1320 1320 **POST method should be used to create products.** ... ... @@ -1372,7 +1372,7 @@ 1372 1372 Term Id of the newly created term. 1373 1373 ))) 1374 1374 1375 - 1404 +\\ 1376 1376 1377 1377 (% class="western" %) 1378 1378 PUT method should be used to update an individual term given the term info. ... ... @@ -1399,7 +1399,7 @@ 1399 1399 Term details to be updated in json format to be sent with request. Id property needs to be set to identify the term to be updated. 1400 1400 1401 1401 (% class="western" %) 1402 - 1431 +\\ 1403 1403 1404 1404 (% class="western" %) 1405 1405 **Example**: ... ... @@ -1430,7 +1430,7 @@ 1430 1430 term id of the updated term. 1431 1431 ))) 1432 1432 1433 - 1462 +\\ 1434 1434 1435 1435 (% class="western" %) 1436 1436 **COMPONENT: Resources** ... ... @@ -1526,7 +1526,7 @@ 1526 1526 JSON of the resources type object needs to be sent as post data. Id field is mandatory for update. 1527 1527 ))) 1528 1528 1529 - 1558 +\\ 1530 1530 1531 1531 (% class="western" %) 1532 1532 **GET method should be used to lookup resources.** ... ... @@ -1581,7 +1581,7 @@ 1581 1581 Returns found resource details. 1582 1582 ))) 1583 1583 1584 - 1613 +\\ 1585 1585 1586 1586 (% class="western" %) 1587 1587 **POST method should be used to create resources.** ... ... @@ -1608,7 +1608,7 @@ 1608 1608 resource details in json to be sent as post data. Id should not be set. 1609 1609 1610 1610 (% class="western" %) 1611 -**Possible Request Params**: Name, Description, Type, Value 1640 +**Possible Request Params**: Name, Description, Type, Value, FreePass 1612 1612 1613 1613 (% class="western" %) 1614 1614 **Example**: ... ... @@ -1615,6 +1615,15 @@ 1615 1615 1616 1616 (% class="western" %) 1617 1617 {"Name":"Test123","Description":Testss","Type":3,"Value":”/digital/”} 1647 + 1648 +(% class="western" %) 1649 +{"Name":"Test123","Description":Testss","Type":3,"Value":[”/digital/”, "/article/"]} 1650 + 1651 +(% class="western" %) 1652 +{"Name":"Test123","Description":Testss","Type":3,"Value":”/digital/”, "FreePass":1} 1653 + 1654 +(% class="western" %) 1655 +{"Name":"Test123","Description":Testss","Type":3,"Value":[”/digital/”, "/article/"],"FreePass":1} 1618 1618 ))) 1619 1619 1620 1620 (% class="wrapped" %) ... ... @@ -1639,7 +1639,7 @@ 1639 1639 Resource Id of the newly created resource. 1640 1640 ))) 1641 1641 1642 - 1680 +\\ 1643 1643 1644 1644 (% class="western" %) 1645 1645 PUT method should be used to update an individual resource given the resource info. ... ... @@ -1663,16 +1663,25 @@ 1663 1663 Resource 1664 1664 )))|((( 1665 1665 (% class="western" %) 1666 -Resource details to be updated in 1704 +Resource details to be updated injsonformat to be sent withrequest. Id property needs to be set to identify the resource to be updated. 1667 1667 1668 1668 (% class="western" %) 1669 - 1707 +\\ 1670 1670 1671 1671 (% class="western" %) 1672 -Example: 1710 +Examples: 1673 1673 1674 1674 (% class="western" %) 1675 1675 {"Name":"Test123","Description":Testss","Type":3,"Value":”/digital/”} 1714 + 1715 +(% class="western" %) 1716 +{"Name":"Test123","Description":Testss","Type":3,"Value":[”/digital/”, "/article/"]} 1717 + 1718 +(% class="western" %) 1719 +{"Name":"Test123","Description":Testss","Type":3,"Value":”/digital/”,"FreePass":1} 1720 + 1721 +(% class="western" %) 1722 +{"Name":"Test123","Description":Testss","Type":3,"Value":[”/digital/”, "/article/"],"FreePass":1} 1676 1676 ))) 1677 1677 1678 1678 (% class="wrapped" %) ... ... @@ -1697,12 +1697,12 @@ 1697 1697 resource id of the updated resource. 1698 1698 ))) 1699 1699 1700 - 1747 +\\ 1701 1701 1702 - 1749 +\\ 1703 1703 1704 1704 (% class="western" %) 1705 - 1752 +\\ 1706 1706 1707 1707 (% class="western" %) 1708 1708 **COMPONENT: Source Codes ... ... @@ -1763,7 +1763,7 @@ 1763 1763 JSON of the Sources type object needs to be sent as post data. Id field is mandatory for update. 1764 1764 ))) 1765 1765 1766 - 1813 +\\ 1767 1767 1768 1768 (% class="western" %) 1769 1769 **Sources can be looked up given the code or Id. GET method should be used for lookup.** ... ... @@ -1818,10 +1818,10 @@ 1818 1818 Returns found source details. 1819 1819 ))) 1820 1820 1821 - 1868 +\\ 1822 1822 1823 1823 (% class="western" %) 1824 - 1871 +\\ 1825 1825 1826 1826 (% class="western" %) 1827 1827 POST method should be used to create an individual source given the source parameters. ... ... @@ -1870,7 +1870,7 @@ 1870 1870 Returns created source code id. 1871 1871 ))) 1872 1872 1873 - 1920 +\\ 1874 1874 1875 1875 (% class="western" %) 1876 1876 **PUT method can be used to update an individual source given the id.** ... ... @@ -1919,10 +1919,10 @@ 1919 1919 Returns updated source id. 1920 1920 ))) 1921 1921 1922 - 1969 +\\ 1923 1923 1924 1924 (% class="western" %) 1925 - 1972 +\\ 1926 1926 1927 1927 (% class="western" %) 1928 1928 **COMPONENT: Transactions** ... ... @@ -1972,10 +1972,10 @@ 1972 1972 JSON of the Transactions type object needs to be sent as post data. Id field should not be sent. 1973 1973 ))) 1974 1974 1975 - 2022 +\\ 1976 1976 1977 1977 (% class="western" %) 1978 - 2025 +\\ 1979 1979 1980 1980 (% class="western" %) 1981 1981 Transactions can be looked up using transactionId, date range, userid. Use GET method to do lookup. ... ... @@ -2014,11 +2014,7 @@ 2014 2014 EndDate: When the search should end. Only valid when UserId is set. (Date) 2015 2015 ))) 2016 2016 2017 - 2018 - 2019 - 2020 - 2021 -(% class="wrapped" %) 2064 +(% class="wrapped" style="letter-spacing: 0.0px;" %) 2022 2022 |((( 2023 2023 (% class="western" %) 2024 2024 **Response** ... ... @@ -2037,11 +2037,23 @@ 2037 2037 Transactions 2038 2038 )))|((( 2039 2039 (% class="western" %) 2040 -Returns all transaction that satisfies the search criteria. 2083 +Returns all transaction that satisfies the search criteria. Returns all the package and product transactions of the user. Package Transactions are the one with TermId and ProductId. Product Transactions are the one with ResourceId. 2041 2041 ))) 2042 2042 2043 - 2086 +\\ 2044 2044 2088 +**Sample response for /(% style="color: rgb(80,80,80);" %)transactions/lookup?UserId=25255105:(%%)** 2089 + 2090 +(% class="wrapped" %) 2091 +|=((( 2092 +(% class="content-wrapper" %) 2093 +((( 2094 +[[image:attach:Screen Shot 2020-02-26 at 11.14.29 AM.png||width="1407"]] 2095 +))) 2096 +))) 2097 + 2098 +\\ 2099 + 2045 2045 (% class="western" %) 2046 2046 POST method can be used to create user transaction. Transaction info needs to be sent as request and a TransactionId will be returned when the transaction is created. 2047 2047 ... ... @@ -2089,9 +2089,9 @@ 2089 2089 Returns transactionId of the newly created transaction. 2090 2090 ))) 2091 2091 2092 - 2147 +\\ 2093 2093 2094 - 2149 +\\ 2095 2095 2096 2096 (% class="western" %) 2097 2097 **COMPONENT: Leads ... ... @@ -2101,19 +2101,19 @@ 2101 2101 Stats resource can be used to submit any type of stat collected on the third party systems. Each type of stat will be represented by a sub-resource. So, for telemarketing it could be **/stats/telemarketing** endpoint, for videos it can be **/stats/videos**, for webinar it could be **/stats/webinars** etc. Right now we only have telemarketing sub-resource. 2102 2102 2103 2103 (% class="western" %) 2104 - 2159 +\\ 2105 2105 2106 2106 (% class="western" %) 2107 - 2162 +\\ 2108 2108 2109 2109 (% class="western" %) 2110 - 2165 +\\ 2111 2111 2112 2112 (% class="western" %) 2113 - 2168 +\\ 2114 2114 2115 2115 (% class="western" %) 2116 - 2171 +\\ 2117 2117 2118 2118 (% class="western" %) 2119 2119 **Telemarketing Leads ... ... @@ -2165,7 +2165,7 @@ 2165 2165 JSON of the Telemarketing type object needs to be sent as post data. Id field should not be sent. 2166 2166 ))) 2167 2167 2168 - 2223 +\\ 2169 2169 2170 2170 (% class="western" %) 2171 2171 POST method can be used to create telemarketing stat. Telemarketing info needs to be sent as request and an Id will be returned when the transaction is created. ... ... @@ -2235,13 +2235,13 @@ 2235 2235 ))) 2236 2236 |((( 2237 2237 (% class="western" %) 2238 - 2293 +\\ 2239 2239 )))|((( 2240 2240 (% class="western" %) 2241 - 2296 +\\ 2242 2242 )))|((( 2243 2243 (% class="western" %) 2244 - 2299 +\\ 2245 2245 ))) 2246 2246 2247 2247 (% class="wrapped" %) ... ... @@ -2266,15 +2266,15 @@ 2266 2266 Returns telemarketing ids of the newly created transaction. If multiple stats are sent, multiple ids are returned in cvs format. 2267 2267 ))) 2268 2268 2269 - 2324 +\\ 2270 2270 2271 - 2326 +\\ 2272 2272 2273 - 2328 +\\ 2274 2274 2275 - 2330 +\\ 2276 2276 2277 - 2332 +\\ 2278 2278 2279 2279 (% class="western" %) 2280 2280 **API REFERENCE** ... ... @@ -2323,12 +2323,12 @@ 2323 2323 (% class="western" %) 2324 2324 Determines which type of question it is. Textbox, checkbox, select, radio. 2325 2325 There can be 6 types of questions. 2326 - 2327 - 2328 - 2329 - 2330 - 2331 - 2381 +type=1 means textbox type questions or short response type question. The response length needs to be less than 255 characters. 2382 +type=2 means textarea type question or long response type question. 2383 +type=3 means password type question. This is basically same as type 1 but when displayed in ONEcount frontend forms typed characters appears as * 2384 +type = 4 means select or dropdown type questions. This is a multiple choice, 1 response type question. When creating this type of question the choices block also needs to be part of the questions object that will hold the possible choices of the select question. 2385 +type=5 means radio button type question. This is a multiple choice, 1 response type question. When creating this type of question the choices block also needs to be part of the questions object that will hold the possible choices of the radio question. 2386 +type=6 means checkbox type question. This is a multiple choice, multi response type question. When creating this type of question the choices block also needs to be part of the questions object that will hold the possible choices of the checkbox question. 2332 2332 ))) 2333 2333 |((( 2334 2334 (% class="western" %) ... ... @@ -2351,13 +2351,13 @@ 2351 2351 Alias for admin purpose. 2352 2352 ))) 2353 2353 2354 - 2409 +\\ 2355 2355 2356 2356 (% class="western" %) 2357 - 2412 +\\ 2358 2358 2359 2359 (% class="western" %) 2360 - 2415 +\\ 2361 2361 2362 2362 (% class="western" %) 2363 2363 **Type: Choices** ... ... @@ -2424,7 +2424,7 @@ 2424 2424 Tied to which question id. 2425 2425 ))) 2426 2426 2427 - 2482 +\\ 2428 2428 2429 2429 (% class="western" %) 2430 2430 **Type: Users** ... ... @@ -2481,7 +2481,7 @@ 2481 2481 Request date. 2482 2482 ))) 2483 2483 2484 - 2539 +\\ 2485 2485 2486 2486 (% class="western" %) 2487 2487 **Type: Demo** ... ... @@ -2528,7 +2528,7 @@ 2528 2528 ... 2529 2529 ))) 2530 2530 2531 - 2586 +\\ 2532 2532 2533 2533 (% class="western" %) 2534 2534 **Type: Transactions** ... ... @@ -2675,7 +2675,7 @@ 2675 2675 If there is amount (USD) included in transaction. 2676 2676 ))) 2677 2677 2678 - 2733 +\\ 2679 2679 2680 2680 (% class="western" %) 2681 2681 **Type: Sources** ... ... @@ -2732,10 +2732,10 @@ 2732 2732 If this is a child source then list the parent source id. 2733 2733 ))) 2734 2734 2735 - 2790 +\\ 2736 2736 2737 2737 (% class="western" %) 2738 - 2793 +\\ 2739 2739 2740 2740 (% class="western" %) 2741 2741 **Type: Products** ... ... @@ -2792,7 +2792,7 @@ 2792 2792 (Array of) Terms associated with the product. 2793 2793 ))) 2794 2794 2795 - 2850 +\\ 2796 2796 2797 2797 (% class="western" %) 2798 2798 **Type: Terms** ... ... @@ -2879,7 +2879,7 @@ 2879 2879 If there is price (USD) for the term. 2880 2880 ))) 2881 2881 2882 - 2937 +\\ 2883 2883 2884 2884 (% class="western" %) 2885 2885 **Type: Resources** ... ... @@ -2956,14 +2956,30 @@ 2956 2956 )))|((( 2957 2957 (% class="western" %) 2958 2958 String 3014 + 3015 +(% class="western" %) 3016 +or 3017 + 3018 +(% class="western" %) 3019 +Array 2959 2959 )))|((( 2960 2960 (% class="western" %) 2961 -Value of Resource Type .3022 +Value of Resource Type: 2962 2962 2963 2963 (% class="western" %) 2964 - Example:ifthe Type sent is3thenValuewouldbe**/digital/**3025 +When requesting a resource (GET), you should expect a string if there is only one value. If there are multiple values, you should expect an array. 2965 2965 2966 2966 (% class="western" %) 3028 +For creating/updating a resource (POST/PUT), it is highly recommended to send an array - this will handle single and multiple value requests. 3029 + 3030 +(% class="western" %) 3031 +Example : 3032 + 3033 +(% class="western" %) 3034 +if the Type sent is 3 with one value then Value would be "**/digital/**" or **["/digital"/].** We recommend using the second approach of **["/digital"/].** ** 3035 +**if the Type sent is 3 with two values then Value would be ["**/digital/**", "**/articles/**"] 3036 + 3037 +(% class="western" %) 2967 2967 For Function type resource leave it blank. 2968 2968 ))) 2969 2969 |((( ... ... @@ -2974,10 +2974,20 @@ 2974 2974 Int 2975 2975 )))|((( 2976 2976 (% class="western" %) 2977 -Default limit is 25 but all the data needs to be pulled then pass limit=0. 3048 +Default limit is 25 but if all the data needs to be pulled then pass limit=0. 2978 2978 ))) 3050 +|(% colspan="1" %)(% colspan="1" %) 3051 +((( 3052 +FreePass 3053 +)))|(% colspan="1" %)(% colspan="1" %) 3054 +((( 3055 +Int 3056 +)))|(% colspan="1" %)(% colspan="1" %) 3057 +((( 3058 +Default value is 0. This parameter is used to provide access to protected content. 3059 +))) 2979 2979 2980 - 3061 +\\ 2981 2981 2982 2982 (% class="western" %) 2983 2983 **Type: Telemarketing** ... ... @@ -3067,8 +3067,12 @@ 3067 3067 Page title that belongs to the page url that is being sent. If not provided it try to pull the title from the page but if unsuccessful then it will set it as blank. 3068 3068 3069 3069 (% class="western" %) 3070 - 3151 +\\ 3071 3071 3072 3072 (% class="western" %) 3073 3073 If the page url already exists and it doesn't match with the one that is being sent then it will throw conflict error with the title in our system. 3074 3074 ))) 3156 + 3157 +\\ 3158 + 3159 +\\
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 - 35390141 +66715790 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://info.onecount.net//wiki/spaces/OD/pages/ 3539014/ONEcount API Documentation1 +https://info.onecount.net//wiki/spaces/OD/pages/66715790/ONEcount API Documentation