Difference between revisions of "NATS5 REST API Codes GET linkcodes"
From TMM Wiki
Jump to navigationJump to search(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{NATS5 Manual |
− | | | + | | show_api_admin_codes_section = true |
}} | }} | ||
== '''GET /codes/linkcodes''' == | == '''GET /codes/linkcodes''' == | ||
+ | |||
'''Description''' | '''Description''' | ||
* Get link codes for particular for the given parameters | * Get link codes for particular for the given parameters | ||
Line 9: | Line 10: | ||
*Replace domain with the nats domain | *Replace domain with the nats domain | ||
− | '''[[ | + | '''[[NATS5_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']] |
*GET | *GET | ||
'''Response Format''' | '''Response Format''' | ||
*JSON | *JSON | ||
− | '''[[ | + | '''[[NATS5_REST_API_Overview#Authentication|Authentication]]''' |
*HTTP headers | *HTTP headers | ||
Line 46: | Line 47: | ||
** optional | ** optional | ||
+ | == '''Example Request''' == | ||
+ | Method: '''GET'''<br/> | ||
+ | URL: <nowiki>http://domain/api/codes/linkcodes</nowiki><br/> | ||
+ | Query String: <nowiki>loginid=1&programid=1&siteid=1&tourid=1&campaignid=1&adtoolid=1&subid1=2</nowiki><br/> | ||
+ | |||
+ | Response: | ||
+ | <pre> | ||
+ | { | ||
+ | "success": true, | ||
+ | "codes": { | ||
+ | "natscode": { | ||
+ | "encoded": "MS4xLjEuMS4xLjEuMi4wLjA", | ||
+ | "unencoded": "productsupport.1.1.1.1.1.2.0.0", | ||
+ | "shortname": "productsupport.50rev.member_a.MAIN.1.1.2.0.0" | ||
+ | }, | ||
+ | "link": { | ||
+ | "encoded": "http:\/\/root.nats4.com\/track\/MS4xLjEuMS4xLjEuMi4wLjA", | ||
+ | "unencoded": "http:\/\/root.nats4.com\/track\/productsupport.1.1.1.1.1.2.0.0", | ||
+ | "shortname": "http:\/\/root.nats4.com\/track\/productsupport.50rev.member_a.MAIN.1.1.2.0.0", | ||
+ | "qualified": "http:\/\/root.nats4.com\/ttrack\/MS4xLjEuMS4xLjEuMi4wLjA\/", | ||
+ | "join_full": "http:\/\/root.nats4.com\/signup\/signup.php?nats=MS4xLjEuMS4xLjEuMi4wLjA&step=2", | ||
+ | "popup": "<script language='JavaScript' src='http:\/\/root.nats4.com\/include\/MS4xLjEuMS4xLjEuMi4wLjA'><\/script>", | ||
+ | "php_encoded": "http:\/\/root.nats4.com\/track\/<?=!empty($_GET['nats'])?$_GET['nats']:'MS4xLjEuMS4xLjEuMi4wLjA'?>\/", | ||
+ | "php_qualified": "http:\/\/root.nats4.com\/ttrack\/<?=!empty($_GET['nats'])?$_GET['nats']:'MS4xLjEuMS4xLjEuMi4wLjA'?>\/", | ||
+ | "smarty_tour": "http:\/\/root.nats4.com\/track\/{if !empty($smarty.get.nats)}{$smarty.get.nats}{else}MS4xLjEuMS4xLjEuMi4wLjA{\/if}\/", | ||
+ | "php_join": "http:\/\/root.nats4.com\/track\/<?=!empty($_GET['nats'])?$_GET['nats']:'MS4xLjEuMS4xLjEuMi4wLjA'?>\/join", | ||
+ | "php_join_full": "http:\/\/root.nats4.com\/signup\/signup.php?nats=<?=!empty($_GET['nats'])?$_GET['nats']:'MS4xLjEuMS4xLjEuMi4wLjA'?>&step=2", | ||
+ | "smarty_join": "http:\/\/root.nats4.com\/track\/{if !empty($smarty.get.nats)}{$smarty.get.nats}{else}MS4xLjEuMS4xLjEuMi4wLjA{\/if}\/join", | ||
+ | "php_popup": "<script language='JavaScript' src='http:\/\/root.nats4.com\/include\/<?=!empty($_GET['nats'])?$_GET['nats']:'MS4xLjEuMS4xLjEuMi4wLjA'?>'><\/script>" | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | |||
== '''Example Code''' == | == '''Example Code''' == | ||
Line 59: | Line 96: | ||
$url = 'http://yourdomain.com'; //set your NATS URL here | $url = 'http://yourdomain.com'; //set your NATS URL here | ||
− | $data = | + | $data = Array( |
− | + | 'loginid' => 1, | |
+ | 'programid' => 1, | ||
+ | 'siteid' => 1, | ||
+ | 'tourid' => 1, | ||
+ | 'campaignid' => 1, | ||
+ | 'adtoolid' => 1, | ||
+ | 'subid1' => 2, | ||
); | ); | ||
Line 102: | Line 145: | ||
</pre> | </pre> | ||
− | [[Category: | + | [[Category:NATS5_REST_APIs]] |
− | [[Category: | + | [[Category:NATS5_REST_codes_Collection]] |
[[Category:Autogenerated_Wiki_Article]]<!-- Remove this tag when customizing a wiki article. The article will no longer be automatically updated --> | [[Category:Autogenerated_Wiki_Article]]<!-- Remove this tag when customizing a wiki article. The article will no longer be automatically updated --> | ||
+ | [[Category:Autogenerated_Rest_Sample]]<!-- This article has a generated REST API Sample from our unit testing system. Also remove if customizing the wiki article --> |
Latest revision as of 15:59, 9 August 2019
GET /codes/linkcodes
Description
- Get link codes for particular for the given parameters
Resource URL
- http://domain/api/codes/linkcodes
- Replace domain with the nats domain
- GET
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- loginid
- type: digit
- optional
- programid
- type: digit
- optional
- siteid
- type: digit
- optional
- tourid
- type: digit
- optional
- campaignid
- type: digit
- optional
- adtoolid
- type: digit
- optional
- subid1
- type: digit
- optional
- subid2
- type: digit
- optional
Example Request
Method: GET
URL: http://domain/api/codes/linkcodes
Query String: loginid=1&programid=1&siteid=1&tourid=1&campaignid=1&adtoolid=1&subid1=2
Response:
{ "success": true, "codes": { "natscode": { "encoded": "MS4xLjEuMS4xLjEuMi4wLjA", "unencoded": "productsupport.1.1.1.1.1.2.0.0", "shortname": "productsupport.50rev.member_a.MAIN.1.1.2.0.0" }, "link": { "encoded": "http:\/\/root.nats4.com\/track\/MS4xLjEuMS4xLjEuMi4wLjA", "unencoded": "http:\/\/root.nats4.com\/track\/productsupport.1.1.1.1.1.2.0.0", "shortname": "http:\/\/root.nats4.com\/track\/productsupport.50rev.member_a.MAIN.1.1.2.0.0", "qualified": "http:\/\/root.nats4.com\/ttrack\/MS4xLjEuMS4xLjEuMi4wLjA\/", "join_full": "http:\/\/root.nats4.com\/signup\/signup.php?nats=MS4xLjEuMS4xLjEuMi4wLjA&step=2", "popup": "<script language='JavaScript' src='http:\/\/root.nats4.com\/include\/MS4xLjEuMS4xLjEuMi4wLjA'><\/script>", "php_encoded": "http:\/\/root.nats4.com\/track\/<?=!empty($_GET['nats'])?$_GET['nats']:'MS4xLjEuMS4xLjEuMi4wLjA'?>\/", "php_qualified": "http:\/\/root.nats4.com\/ttrack\/<?=!empty($_GET['nats'])?$_GET['nats']:'MS4xLjEuMS4xLjEuMi4wLjA'?>\/", "smarty_tour": "http:\/\/root.nats4.com\/track\/{if !empty($smarty.get.nats)}{$smarty.get.nats}{else}MS4xLjEuMS4xLjEuMi4wLjA{\/if}\/", "php_join": "http:\/\/root.nats4.com\/track\/<?=!empty($_GET['nats'])?$_GET['nats']:'MS4xLjEuMS4xLjEuMi4wLjA'?>\/join", "php_join_full": "http:\/\/root.nats4.com\/signup\/signup.php?nats=<?=!empty($_GET['nats'])?$_GET['nats']:'MS4xLjEuMS4xLjEuMi4wLjA'?>&step=2", "smarty_join": "http:\/\/root.nats4.com\/track\/{if !empty($smarty.get.nats)}{$smarty.get.nats}{else}MS4xLjEuMS4xLjEuMi4wLjA{\/if}\/join", "php_popup": "<script language='JavaScript' src='http:\/\/root.nats4.com\/include\/<?=!empty($_GET['nats'])?$_GET['nats']:'MS4xLjEuMS4xLjEuMi4wLjA'?>'><\/script>" } } }
Example Code
PHP
<?php $headers = array( //set your username and API key here 'api-key: 44b5498dbcb481a0d00b404c0169af62', 'api-username: tmm1phrvezsbu' ); $url = 'http://yourdomain.com'; //set your NATS URL here $data = Array( 'loginid' => 1, 'programid' => 1, 'siteid' => 1, 'tourid' => 1, 'campaignid' => 1, 'adtoolid' => 1, 'subid1' => 2, ); $request = Array( 'method' => 'GET', 'path' => 'v1/codes/linkcodes', 'data' => $data ); /*code below is the same for (almost) every API call */ $curl = curl_init(); $url = $url.'/api/'.$request['path']; $query = http_build_query($request['data']); if($request['method'] == 'GET'){ //add query string parameters to the end of the url $url = $url.'?'.$query; }else{ //send parameters as POST fields curl_setopt($curl, CURLOPT_POST, 1); curl_setopt($curl, CURLOPT_POSTFIELDS, $query); if($request['method'] != 'POST'){ $headers[] ='X-HTTP-Method: '.$request['method']; //send custom request method } } curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); $resp = curl_exec($curl); //dumps an associative array representation of the json var_dump(json_decode($resp, true)); // Close request to clear up some resources curl_close($curl); ?>