• Spring naar de hoofdnavigatie
  • Door naar de hoofd inhoud
  • Spring naar de voettekst

Taskform: De flexibele app voor uw bedrijfssoftware

|

023-2340999

|

info@taskform.nl

|

Knowledge Base

|

Remote Support

|

LOG IN

Logo Taskform

TaskForm

De flexibele mobiele app voor uw bedrijfssoftware

  • Home
  • Hoe werkt Taskform?
    • TaskForm Data Connector
    • TaskForm Appbuilder ™
    • Taakbeheer
  • Voorbeelden
    • Werkbon app
    • Werkplekinspectie app
    • Urenregistratie app
  • Referenties
    • Proteus apps
    • Factuursturen apps
  • Prijzen
  • Blog
Gratis Proberen

GET Environment (Search Single)

Taskform > Environment API > GET Environment (Search Single)
Welcome to our Knowledge Base

To search and retrieve an Environment account, use a GET with the Environment API found at our API Explorer.

On our Cloud service, this API is available via SSL secured HTTPS connection using the REST GET, POST and PUT verbs.

The format query string parameter controls the desired response format. Specify either XML or JSON.

/api/v2/company?format=xml/json


NOTE: This API endpoint implements pagination, and as such you must cater for this when you connect to our platform.
You can learn more about pagination in our
API overview.


GET Request

The GET verb allows you to retrieve a single Environment, identified by its unique CompanyId.
The required and optional parameters for a GET call to the Environment API are outlined below.

Parameter Name Data Type Required Description
Format
(Response Content Type)
String Yes Specifies the desired format of the response.
Must either JSON or XML.
CompanyId Integer Yes The other Enterprise Toolkit account’s unique identifier
IntegrationKey String Yes Your Enterprise Toolkit account’s unique integration key
MasterId
Integer Yes

Your Enterprise Toolkit account’s unique identifier



GET Response

The data returned from an Environment GET is provided as follows:

Model Description

EnvironmentResponse

Field Name Data Type Description
Environment Environments The returned collection containing all the Environment objects
ResponseStatus ResponseStatus
Details of any errors that may have occurred


Environment


<td data-identifyelement="760" style="width: 24

Tags:
  • Environment API
Geïnteresseerd om gratis te proberen?

Laat uw gegevens achter en probeer onze app 30 dagen gratis.

Footer

Blog

  • Taskform wordt zelfstandig bedrijf en verwelkomt nieuwe directeur
  • Parijs Release: Innovatieve en Diverse Functies
  • Kopenhagen Update: Focus op Tijd Besparing
  • Berlijn update: Mobile app met OCR en Netsuite Koppeling
  • Roma update: Verbeter je apps

Support

Knowledge Base
Contact

Contact

info@taskform.nl
+31 023 2340 999

App store downloads

Download-Taskform-Android-app Download-Taskform-Apple-app
Field Name Data Type
Description
Id
Integer
Unique Environment Id (Company Id) found on the Organisation Setup page>Integrations Settings of the secure website.
Name

String

(Max 100 chars)

Environment name
Description

String

(Max 300 chars)

A description of the Environment.
Country String The country to which this Environment belongs.
TimeZone String
The Environment’s default time zone. e.g. Pacific Standard Time
TimeZoneOffSet Integer
The value the timezone is offset by.
DateFormat String

The Environment’s date display format.


Examples include:

  • dd-MMM-yyyy (10 November 2014)
  • M/d/yyyy (11/10/2014)
  • ddd, MMM d, yyyy (Mon, Nov 10, 2014)
TimeFormat String

The Environment’s time display format.


Examples include:

  • HH:mm:ss (16:30:00)
  • h:mm:ss tt (4:30:00 PM)
FillRepeatRows Boolean
(true/false)
Whether or not to copy down repeatable answer values when exporting repeatable data to tabular formats like CSV
SendInviteEmailsTo
String
Instructs the system to send all user invite and reset emails to the given email address
DefaultSenderEmail
String
The email address to use as the default for emails sent from the platform by this Enterprise Toolkit account
DefaultSenderName
String
The sender name to use as the default for emails sent from the platform by this Enterprise Toolkit account
GlobalFormRESTUrl
String
Returns the Global Forms REST URL set on the Environments Organisation Setup page>Integration Settings of the secure website.
GlobalTaskRESTUrl