GetAttachmentInfo

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Servizi Core > Jamio Resource Service >

GetAttachmentInfo

Service

JamioResource

 

Method

GetAttachmentInfo

 

Description

Gets informations about the specified attachment. Owner resource types supported:

Data

Identity

Aggregation

Organization

OrganizationalBlock

OrganizationalPosition

OrganizationalUnit

OrganizationalAssignment

HumanTask

 

Input

Name

Description

Type

Optional

serverAddress

Server address for an external Domain (Null or Empty for the current Domain).

String

Y

token

The session token (for the current session in the current Domain may be null or empty).

String

Y

attachmentReference

The attachment reference.

Reference

 

Output

Name

Description

Type

Optional

returnValue

The attachment info.  A DataSetValue containing the following fields:

“RepositoryId” (String) -> repository id

“OwnerId” (String) -> owner id

“OwnerType” (Types) -> owner type

“AttachmentId” (String) -> attachment id

“FileName” (String) -> file name

“FileExtension” (String) -> file extension

“FileLength” (Int32) -> file lenght in bytes

“Created”(DataSetValue) ->  A DataSetValue containing the following fields:

   “IdentityReference” (Reference)  -> creator identity

   “PositionReference” (Reference) -> creator position

   “Date” (DateTime) -> creation date

“LastUpdated” (DataSetValue) -> A DataSetValue containing last change date, identity and position in the following fields:

   “IdentityReference” (Reference)  -> identity of the user    that issued the last update

   “PositionReference” (Reference)  -> position of the user that issued the last update

   “Date” (DateTime) -> last modification date

 

Download returnValue Dataset.

Dataset