Páginas filhas
  • NGF - Api - Profile - Get

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

NGF - Api - Profile - Get

  Draft

01. OVERVIEW

Recovers the profile configuration according to the information sent in the GET headers.

02. ENDPOINT

Method used: GET
Databases: /api/gfin/v1/Profile

03. REQUEST PARAMETERS

Headers parameters:

Attribute

Type

Description

Default

fields

Array

An array with all the profiles to be listed

 


user

character

Corresponds to the user ID

 


program

character

The program that is being used

 


task

character

The task that is being performed

 


type

character

The task type

 


Example:

body

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="be56f695-e536-48ea-a7a7-5395aa9d98a8"><ac:plain-text-body><![CDATA[

fields: [{"user":"000000", "program":"AUDITRAIL","task":"AUDITRAIL","type":"SERVER"}]

]]></ac:plain-text-body></ac:structured-macro>

04. API RESPONSE

Json Object

Example:

response

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="debeb149-d156-4f0a-a5d2-935e43e27697"><ac:plain-text-body><![CDATA[

{"profile":[{"type":"SERVER","program":"AUDITRAIL","config":"127.0.0.1","task":"AUDITRAIL"}]}

]]></ac:plain-text-body></ac:structured-macro>