Trying to play with REST API - connection settings? And I can't find documentation

Former Member
Former Member $organization

Hi I'm trying play around with the API. We are still on Tessitura V12, so I found the documentation on the REST API for that. I installed the Firefox Rest Client extension, but I don't think I am using the right settings for Basic Authentication.

Where can I find documentation the API commands?

Can you tell me where I can find these settings?

Username: <Tessitura user name>:<Tessitura user group>:<Machine name>

https://{site name}/TessituraService/CRM/Constituents/1008

Right now I am using:

<Tessitura user name> == Rest API Username

<Tessitura user group> == Rest API UserGroup

<Machine name> == Server Name (I don't think this is correct)

{site name} == https://test-na-rhof.tn.services (I don't think this is correct)

I blacked out the settings since I wasn't sure if some of the info was senstive, but I left the labels

I know I have the correct username and password for the REST API user.

Parents Reply
  • Server name is the name of t the server that your REST API is running on.

    In your page from TNEW that will be the full URL for REST API (Live/Test)

    User Name and Group are just any combination of user and group that are valid on Tessitura and have access to the Services (in security), if unsure then use the ones TNEW are using and listing on the page you screen shot.

    Machine Name is the name of any machine that has been used to run Tessitura - check TX_MACHINE_LOCATION in system tables to find one with a location assigned to it.

    Mark

Children