Snipia API

Regular User

User

  • Reset Password
  • Recover Username
  • Change User Details
  • Get User's Team Info
  • Update User Experience
  • Upload Profile Picture
  • Misc.

  • Log Out
  • Log In
  • Get Image Source
  • Get File Upload Status
  • Group Administrator

    System Administrator

    _r_leaveTeam
    DescriptionRemoves the logged in user from the team with the given team ID.
    Parameters
    NameValueRequiredDefault
    teamThe team id.Y--
    returnData[true or false] To return the team ID in JSONNfalse
    Success
    Success CodeReturned Data or Success Message
    0140You have been removed from this team.
    JSON in the form [{"teamid":"X"}]
    Failure
    Error CodeError Message
    1140Error removing user from the team.
    1141You are not a member of this team.
    1142As the only administrator, you cannot leave this group.
    2001User is not logged in.
    _r_counttasks
    DescriptionReturns a count of all incomplete tasks across all groups the user is a member of.
    Parameters
    NameValueRequiredDefault
    Success
    Success CodeReturned Data or Success Message
    JSON in the form [{"Count":"N"}]
    Failure
    Error CodeError Message
    1005No valid user is logged in. If you are a new user, please sign up first. Otherwise, you may need to log in again.
    2001User is not logged in.
    _r_deleteUser
    DescriptionCompletely deletes the given user account.
    Parameters
    NameValueRequiredDefault
    userThe username to be deleted.Y--
    returnData[true or false] To return the deleted username in JSONNfalse
    Success
    Success CodeReturned Data or Success Message
    0270User has been deleted.
    JSON in the form [{"user":"X"}]
    Failure
    Error CodeError Message
    1270Error deleting user.
    1271No user name given for deletion.
    1272You cannot delete yourself. Please contact support.
    1261User does not have administrative control.
    1262User does not have customer account ID.
    1274The user to be deleted is not under the customer account.
    1273You are cannot delete another account administrator
    2001User is not logged in.
    _r_keepalive
    DescriptionSimple request to the server in order to prevent the session from timing out.
    Parameters
    NameValueRequiredDefault
    Success
    Success CodeReturned Data or Success Message
    alive
    Failure
    Error CodeError Message
    _r_logInU
    DescriptionLog in to server with the given username and password.
    Parameters
    NameValueRequiredDefault
    userThe user name.Y--
    passThe user passowrdY--
    src[url or script] 'script' sends reponse on error while 'url' redirects.Nscript
    doorwayName of doorway login page Nnull
    infinite[true or false] Keep session timeout inifite (currently 9 hours)Nfalse
    Success
    Success CodeReturned Data or Success Message
    0180Login successful.
    Failure
    Error CodeError Message
    1180Bad user or password during request to log in user.
    1181Username can only of a-z, A-z, 0-9, and _
    1176No password given.
    1175No username given.
    _r_postSnip
    DescriptionPost a snip to the given team.
    Parameters
    NameValueRequiredDefault
    msgThe message to be posted in the snip.Y--
    teamThe team to which th snip will belong ("!nothing" for ViewAll)Y--
    stype[snip, task, confirm] The type of snip to be posted.Nsnip
    enc[true or false] If the message is URL encoded.Nfalse
    returnData[true or false] Return the snip data as a JSON objectNfalse
    Success
    Success CodeReturned Data or Success Message
    0010Snip posted.
    JSON of the snip object.
    Failure
    Error CodeError Message
    1012You do not have permission to post snips to this group.
    1014No group specified for the snip.
    1013Snip has no message.
    1015Invalid timestamp.
    1011Public snips have been disabled for this team. Please contact a team administrator.
    2000Username or password is missing or null.
    2001User is not logged in.
    _r_createNewTeam
    DescriptionCreate a new group (or sub-group).
    Parameters
    NameValueRequiredDefault
    teamThe name of the new group.Y--
    tdescThe decription of the new group.N--
    tparentThe team ID of the parent team (to make it a sub-group).N!nothing
    createrThe user who is creating this group.NThe logged in user
    returnData[true or false] Return the team data as a JSON objectNfalse
    Success
    Success CodeReturned Data or Success Message
    0030Team created. You will see the change momentarily.
    JSON of the team object.
    Failure
    Error CodeError Message
    1030Error creating team.
    1033Cannot create sub team, the user does not have admin access to the parent team.
    1034Parent team does not exist.
    1035Group ID already exists.
    1001Missing or invalid paramters.
    1032Team name cannot be empty.
    1261User does not have administrative control.
    2001User is not logged in.
    _r_loadUserInfo
    Descriptionload the account info for the logged in user.
    Parameters
    NameValueRequiredDefault
    userThe user requested.Y--
    returnData'profile' returns JSON with firstname, lastname, bio, location, imageIndex, and email.N--
    Success
    Success CodeReturned Data or Success Message
    JSON with full user info.
    JSON with firstname, lastname, bio, location, imageIndex, and email.
    Failure
    Error CodeError Message
    2005The given username is unknown.
    2001User is not logged in.
    _r_removeFromTeam
    DescriptionRemove a user from a group.
    Parameters
    NameValueRequiredDefault
    userThe user requested.Y--
    returnData[true or false] Returns JSON of the group ID and the removed user.N--
    Success
    Success CodeReturned Data or Success Message
    0280Member has been removed from team.
    JSON in the form [{"teamID":"T"}{"user":"U"}]
    Failure
    Error CodeError Message
    2009No team specified.
    2010No user specified.
    1004Team does not exist.
    2011Administrators can't remove themselves this way from a team they administer.
    1071Cannot modify team - user is not a team administrator.
    1141User is not a member of the given team.
    1140Error removing user from the team.
    2001User is not logged in.
    _r_putInTeam
    DescriptionPut a user into the given group.
    Parameters
    NameValueRequiredDefault
    userToAddThe user to be addedY--
    teamThe group to be added to.Y--
    perm[user_admin, user_post_view_delete, user_view_post, user_view, or user_view_upload] Granted permission level.Y--
    returnData[true or false] Return the user, teamid, and permission as JSONNfalse
    Success
    Success CodeReturned Data or Success Message
    "userToAdd" is now in the team.
    JSON in the form [{"user":"X","permission":"Y","teamid":"Z"}]
    Failure
    Error CodeError Message
    1001Missing or invalid paramters.
    1004Team does not exist.
    1081You do not have permission to invite people to this team.
    1210Permission string is invalid.
    1087You cannot grant access above your permission level.
    1091User "userToAdd" is already a member of this team.
    2005The given username "userToAdd" is unknown.
    1291You are not an account administrator.
    1281You do not share an account with this team.
    1282User must first be added in the master admin's control panel.
    1283You cannot invite to teams outside your customer account.
    1284You cannot invite someone from another customer account.
    1080You cannot invite yourself.
    1290There was an error putting the user into the team.
    2001User is not logged in.
    _r_countTeamTasks
    DescriptionCount the number of outstanding tasks for a specific team.
    Parameters
    NameValueRequiredDefault
    teamThe team ID to count the tasks.Y--
    Success
    Success CodeReturned Data or Success Message
    JSON in the form [{"Count":"X"}]
    Failure
    Error CodeError Message
    1005No valid user is logged in. If you are a new user, please sign up first. Otherwise, you may need to log in again.
    2009No team specified.
    1141User is not a member of the given team.
    2001User is not logged in.
    _r_logout
    DescriptionLog out from the server.
    Parameters
    NameValueRequiredDefault
    Success
    Success CodeReturned Data or Success Message
    <OK><OK>
    Failure
    Error CodeError Message
    <ERR><ERR>
    _r_taskdone
    DescriptionMark the task in a snip as complete.
    Parameters
    NameValueRequiredDefault
    snipThe ID of the snip.Y--
    returnData[true or false] returns JSON with snip ID, task status, date task completed.Nfalse
    Success
    Success CodeReturned Data or Success Message
    0050Task completed
    JSON in the form [{"snipid":"S","task":"U","taskdate":"T"}]
    Failure
    Error CodeError Message
    1051Task is already marked complete.
    1052Snip is not a task.
    1024Snip not found.
    2003Snip ID not given.
    2001User is not logged in.
    _r_confirmsnip
    DescriptionSend a confirm for the given snip.
    Parameters
    NameValueRequiredDefault
    snipThe ID of the snip to confirm.Y--
    returnData[true or false] Returns JSON of the snip ID, who confirmed, and total count.Nfalse
    Success
    Success CodeReturned Data or Success Message
    0060Confirm received.
    JSON in the form [{"snipid":"S","who":"U","count":"N"}]
    Failure
    Error CodeError Message
    1060Error completing confirmation.
    1061Snip was already confirmed by this user.
    1062Snip is not a confirm snip.
    1024Snip not found.
    2001User is not logged in.
    _r_modifyTeam
    DescriptionModify the team meta-data.
    Parameters
    NameValueRequiredDefault
    teamThe ID of the team to modify.Y--
    tnameThe team name.Y--
    tdescThe team description.NNone.
    parentThe ID of the parent team (requires newParent=true if want to change).N""
    newParent[true or false] Whether to change the team parent.Nfalse
    Success
    Success CodeReturned Data or Success Message
    0070Team info updated.
    Failure
    Error CodeError Message
    1070Error modifying team.
    1072No team name given.
    1073No team ID given.
    1000User identification failure.
    1071Cannot modify team - user is not a team administrator
    2001User is not logged in.
    1264Parent and child are have the same group ID.
    1254Child team does not exist.
    1251Cannot change parent. You do not have admin access to the child group.
    1258Child group has no real group ID.
    1263The given group is already the parent of the child group.
    1259User does not have a matching cutomer ID.
    1261User does not have administrative control.
    1259User does not have a matching cutomer ID.
    1253Parent team does not exist.
    1252Cannot change parent. You do not have admin access to the parent group.
    1263Parent and child customer account IDs do not match.
    1257Illegal subgroup. The proposed relation causes a loop of subgroups.
    _r_deleteSnip
    DescriptionDeletes the snip with the given ID.
    Parameters
    NameValueRequiredDefault
    snipThe ID of the snip to be deleted.Y--
    returnData[true or false] returns JSON with the deleted snip ID.Nfalse
    Success
    Success CodeReturned Data or Success Message
    0020Snip deleted. You will see the change momentarily.
    JSON in the form [{"snipid":"S"}]
    Failure
    Error CodeError Message
    1000User identification failure.
    1020Error deleting snip.
    1023Log snips cannot be deleted.
    1024Snip not found.
    1021You do not have permission to delete this snip.
    1022This snip has already been deleted. If visible, it should disappear momentarily.
    2001User is not logged in.
    _r_deleteTeam
    DescriptionDelete the group with the given ID
    Parameters
    NameValueRequiredDefault
    teamThe ID of the group to be deleted.Y--
    returnData[true or false] returns JSON with the ID of the deleted group.Nfalse
    Success
    Success CodeReturned Data or Success Message
    0040Team deleted. You will see the change momentarily.
    JSON in the form [{"teamid":"T"}]
    Failure
    Error CodeError Message
    1040Error deleting team.
    1041Cannot delete team. you do not have administrator access.
    1042Cannot delete team. No team specified.
    1043Error deleting teDeleting the Activity Log is not allowed.am.
    2001User is not logged in.
    _r_imageSource
    DescriptionHow are the images stored.
    Parameters
    NameValueRequiredDefault
    Success
    Success CodeReturned Data or Success Message
    LOCAL
    S3
    Failure
    Error CodeError Message
    Image source unknown.
    _r_resetPassword
    DescriptionReset the user's password and emails it to the user's address.
    Parameters
    NameValueRequiredDefault
    emailThe user's email address.Y--
    Success
    Success CodeReturned Data or Success Message
    0120An email has been sent with a new password.
    Failure
    Error CodeError Message
    1006The email address is not found in our database.
    1008No email address given.
    1009There was an error getting the username corresponding to the email address.
    1122You do not have permission to reset the password to this account. Please contact your administrator.
    _r_deleteFile
    DescriptionDelete the specified file from the team.
    Parameters
    NameValueRequiredDefault
    teamThe ID of the group to which the file belongs.Y--
    fileidThe ID of the file to be deletedY--
    Success
    Success CodeReturned Data or Success Message
    0160File successfully deleted.
    JSON with firstname, lastname, bio, location, imageIndex, and email.
    Failure
    Error CodeError Message
    1000User identification failure.
    1154No_File_ID_Specified.
    1161You do not have the permission level to delete files for this team.
    1160There was an error while deleting the file.
    91026The given username is unknownException in handleFileDelete: "message".
    2001User is not logged in.
    _r_recoverUsernames
    DescriptionSend by email the associated user name(s).
    Parameters
    NameValueRequiredDefault
    emailThe email address to send the associated username(s).Y--
    Success
    Success CodeReturned Data or Success Message
    0110An email has been sent with the associated usernames(s)..
    Failure
    Error CodeError Message
    1111You are forbidden to access this information. Please contact your administrator.
    1006The email address is not found in our database.
    1007There was an error sending the email.
    1110There was an error getting the email's corresponding user name(s).
    1008No email address given.
    _r_resetUserPassword
    DescriptionReset the password for the specified user. The new password is sent to the user's email.
    Parameters
    NameValueRequiredDefault
    userThe user with the password to be reset.Y--
    Success
    Success CodeReturned Data or Success Message
    0120An email has been sent with a new password.
    Failure
    Error CodeError Message
    1261User does not have administrative control.
    1262User does not have customer account ID.
    1121Cannot change password. The user is not in the customer account.
    1009There was an error getting the username corresponding to the email address.
    _r_createUser
    Descriptionload the account info for the logged in user.
    Parameters
    NameValueRequiredDefault
    userThe user name.Y--
    passThe password.Y--
    firstnameThe user's first name.Y--
    lastnameThe user's last nameY--
    emailThe user's email address.Y--
    corp_nameThe user phone number.N""
    corp_phoneThe user requested.N""
    welcome[true or false] Send a welcome email to the new user.Nfalse
    modify[true or false] Allow the user to modify their profile.Ntrue
    Success
    Success CodeReturned Data or Success Message
    0260User successfully created.
    Failure
    Error CodeError Message
    1175No username given.
    1176No password given.
    1178No first name given.
    1179No last name given.
    1174No email address given.
    2002Invalid email address.
    1181Username can only of a-z, A-z, 0-9, and _
    1261User does not have administrative control.
    1262User does not have customer account ID.
    1260Error creating the user.
    1171User name already exists. Please choose another one.
    1172Email address already in use. Please use a different one.
    2007Invalid characters in username
    2008Invalid characters in password
    2001User is not logged in.
    _r_changeParentTeam
    DescriptionChange the parent group of this group.
    Parameters
    NameValueRequiredDefault
    teamThe 'child' group to be changed.Y--
    parentThe 'parent' group to be set.Y--
    Success
    Success CodeReturned Data or Success Message
    0250Group's parent successfully changed.
    Failure
    Error CodeError Message
    1073No team ID given.
    1255No parent ID given.
    1000User identification failure.
    1250There was an error updating the group's parent.
    2001User is not logged in.
    _r_modifyUserInfo
    DescriptionChange a user's personal.
    Parameters
    NameValueRequiredDefault
    emailThe user's new email addresY--
    passThe user's password.N--
    firstnameThe user's first name.Nusername
    lastnameThe user's last name.Nn/a
    bioThe user's peronal biography.Nn/a
    locThe user actual location.Nn/a
    phoneThe user's phone number.Nn/a
    Success
    Success CodeReturned Data or Success Message
    JSON of the full user info.
    Failure
    Error CodeError Message
    1130Error updating user profile.
    1132Modifying this profile is forbidden.
    2002Invalid email address. Please check.
    2005The given username is unknown.
    2001User is not logged in.
    _r_getFileList
    DescriptionGet the list of files belonging to this group and their meta-data and download links.
    Parameters
    NameValueRequiredDefault
    teamThe ID of the group with the file list.Y--
    Success
    Success CodeReturned Data or Success Message
    JSON of the file list and meta-data.
    Failure
    Error CodeError Message
    1000User identification failure
    2001User is not logged in.
    _r_acceptinvite
    DescriptionAccept and invitation to join a group (for user's already with accounts).
    Parameters
    NameValueRequiredDefault
    src[url or script] From where te request if being made (url result in redirections instead of ERR/OK/JSONNscript
    emailThe email address of the accepting user.Y--
    teamidThe team to which the user is accepting.Y--
    doorwayThe special login page name (if any).N--
    returnData[true or false] returns JSON with all of the group's snips and the group details.Nfalse
    Success 0090
    Success CodeReturned Data or Success Message
    You have successfully joined the team.
    JSON in the form [{"snips":SNIPS},{"info":TEAMINFO}]
    Failure
    Error CodeError Message
    1093["a@b.com"] User does not have an account. Please sign up first.
    1003Unable to access team ["teamid"]
    1004Team does not exist ["teamid"]
    1091User is already a member of this team.
    1090User was not invited to the team.
    1001Missing or invalid paramters
    2001User is not logged in.
    _r_getAccountUserList
    DescriptionGet a list of all users in the account with their details.
    Parameters
    NameValueRequiredDefault
    Success
    Success CodeReturned Data or Success Message
    JSON list of user objects with their details.
    Failure
    Error CodeError Message
    1261User does not have administrative control.
    1262User does not have customer account ID.
    1101Search query failed.
    2005The given username is unknown.
    2001User is not logged in.
    _r_searchsnips
    Descriptionload the account info for the logged in user.
    Parameters
    NameValueRequiredDefault
    searchvalThe search stringY--
    teamLimit the search to the specific team ID.N--
    onlytasks[true or false] Only search for incomplete tasks.Nfalse
    Success
    Success CodeReturned Data or Success Message
    JSON list of snip objects
    Failure
    Error CodeError Message
    1102Empty search string
    _r_getAllSnipsForUser
    DescriptionGet all snips viewable by the logged in user.
    Parameters
    NameValueRequiredDefault
    fromDateSnips starting form this date [UTC].N--
    toDateSnips up to this date [UTC].N--
    teamGet snips for a specific teamN--
    Success
    Success CodeReturned Data or Success Message
    JSON with full user info.
    JSON with firstname, lastname, bio, location, imageIndex, and email.
    Failure
    Error CodeError Message
    1240Date value is invalid - requires unix time format.
    2001User is not logged in.
    _r_statistics
    DescriptionLoad the page with account actiivty (requires Administrator access).
    Parameters
    NameValueRequiredDefault
    temp[true or false] Include temporary user accountsNfalse
    Success
    Success CodeReturned Data or Success Message
    Failure
    Error CodeError Message
    2012You do not have permission to perform this action.
    _r_getTeamInfoForUser
    DescriptionGet the list of teams and details to which the logged in user is a member.
    Parameters
    NameValueRequiredDefault
    Success
    Success CodeReturned Data or Success Message
    JSON list of team objects with their details.
    Failure
    Error CodeError Message
    Possible userWanted is not userAsking
    2001User is not logged in.
    _r_checknewsnips
    DescriptionCheck if any new snip have been posted since that last given date time.
    Parameters
    NameValueRequiredDefault
    lastloadA UTC Date time of last date.Y--
    Success
    Success CodeReturned Data or Success Message
    <OK>YES<OK>
    <OK>NO<OK>
    Failure
    Error CodeError Message
    1231Missing a unix date value for last load.
    1240Date value is invalid - requires unix time format.
    2001User is not logged in.
    _r_updateExp
    DescriptionChange the user experience level (related to tutorials).
    Parameters
    NameValueRequiredDefault
    exp[Integer] The user experience level.Y--
    Success
    Success CodeReturned Data or Success Message
    0410User expereince has been updated
    Failure
    Error CodeError Message
    1175No user name given.
    1412Invalid number value given for experience.
    1411Experience value must be greater than or equal to 0.
    1410An error occured while updating user's experience
    2001User is not logged in.
    _r_inviteToTeam
    DescriptionInvite the given user to the spcified team. An email invitation is sent as well as a invitation snip posted.
    Parameters
    NameValueRequiredDefault
    userToAdd[username or email] The user to invite.Y--
    teamThe ID of the group the user is being invited to.Y--
    permThe permission level to be granted:
    Adminitrator = "user_admin"
    General = "user_view_post_delete"
    No Delete = "user_view_post"
    Read-Only = "user_view"
    Uploader = "user_view_upload"
    Y--
    returnData'profile' returns JSON with firstname, lastname, bio, location, imageIndex, and email.N--
    Success
    Success CodeReturned Data or Success Message
    0080Invitation to "invited user" successfully sent.
    Failure
    Error CodeError Message
    1180Login failed.
    1001Missing or invalid paramters.
    1004Team does not exist.
    1081You do not have permission to invite people to this team.
    1210Permission string is invalid.
    1087You cannot grant access above your permission level.
    2005The given username is unknown.
    1091User "invited user" is already a member of this team.
    2005The given username is unknown.
    1281You do not share an account with this team.
    1282User "invited user" must first be added in the control panel by the master admin account.
    1283You cannot invite to teams outside your customer account.
    1284You cannot invite someone from another customer account.
    1080You cannot invite yourself.
    1082Invitation to team failed.
    1085There was an error sending the invitation to "invited user".
    2001User is not logged in.
    _r_acceptersignup
    DescriptionUser with invitation but no account can signup while accepting the invite.
    Parameters
    NameValueRequiredDefault
    userThe user name.Y--
    passThe password.Y--
    firstnameThe user's first name.Y--
    lastnameThe user's last nameY--
    emailThe user's email address.Y--
    bioThe user's personal bio.N""
    locThe user's location.N""
    src[url or script] Whether to return error/success message or due redirection.Nscript
    Success
    Success CodeReturned Data or Success Message
    0180Login successful.
    Failure
    Error CodeError Message
    1090User was not invited to the team.
    1092Error adding user to the team.
    1004Team does not exist.
    1175No username given.
    1176No password given.
    1178No first name given.
    1179No last name given.
    1174No email address given.
    2002Invalid email address.
    1181Username can only of a-z, A-z, 0-9, and _
    1261User does not have administrative control.
    1262User does not have customer account ID.
    1260Error creating the user.
    1170Error signing up new user.
    1171User name already exists. Please choose another one.
    1172Email address already in use. Please use a different one.
    2007Invalid characters in username
    2008Invalid characters in password
    2001User is not logged in.
    _r_getSimpleSnips
    DescriptionReturns a simple HTML rendering of the snips.
    Parameters
    NameValueRequiredDefault
    fromDateSnips starting form this date [UTC].N--
    toDateSnips up to this date [UTC].N--
    teamGet snips for a specific teamN--
    all[true or false] Only show snips viewable by 'everyone'.Nfalse
    Success
    Success CodeReturned Data or Success Message
    Failure
    Error CodeError Message
    1240Date value is invalid - requires unix time format.
    2001User is not logged in.
    _r_signupcaptchasubmit
    DescriptionSignup a new user with Captcha validation.
    Parameters
    NameValueRequiredDefault
    userThe user name.Y--
    passThe password.Y--
    firstnameThe user's first name.Y--
    lastnameThe user's last nameY--
    emailThe user's email address.Y--
    bioThe user's personal bio.N""
    locThe user's location.N""
    corp_nameThe user's company/department.N""
    corp_phoneThe user's phone number.N""
    doorwayName of special login pageN""
    src[url or script] Whether to return error/success message or due redirection.Nscript
    Success
    Success CodeReturned Data or Success Message
    0170Signup successful.
    Failure
    Error CodeError Message
    1170Error signing up new user.
    1171User name already exists. Please choose another one.
    1172Email address already in use. Please use a different one.
    1173Captcha validation failed.
    1175No username given.
    1176No password given.
    1178No first name given.
    1179No last name given.
    1174No email address given.
    1181Username can only of a-z, A-z, 0-9, and _
    2007Invalid characters in username
    2008Invalid characters in password
    1510No account doorway name given.
    _r_uploadHeadshot
    DescriptionUpload a profile picture via POST.
    Parameters
    NameValueRequiredDefault
    redirectURL to redirect to upon success.N--
    Success
    Success CodeReturned Data or Success Message
    0130User profile has been updated.
    <OK/>
    Failure
    Error CodeError Message
    1311Unsupported image type.
    1192Uploading profile pictures to this user is forbidden.
    1000Could not verify user.
    _r_getUploadStatus
    DescriptionRturns a simple HTML rendering of the snips.
    Parameters
    NameValueRequiredDefault
    Success
    Success CodeReturned Data or Success Message
    <OK>Bytes: "X" of "Y"</OK>
    Failure
    Error CodeError Message
    _r_uploadFile
    DescriptionUpload a file to a group via POST.
    Parameters
    NameValueRequiredDefault
    teamThe group to which the file belongs.Y--
    redirectThe page to redirect to after a successful upload.N--
    Success
    Success CodeReturned Data or Success Message
    <OK/>
    Failure
    Error CodeError Message
    UP003Upload Parser: Could not find uploaded file.
    UP001Upload Parser: Could not verify user.
    UP002Upload Parser: Insufficient group permissions
    UP005Upload Parser: Invalid file type. You can only upload certain types of files with your current account. Your account may need to be upgraded.
    UP004Upload Parser: Unknown file storage mode. File was not saved.
    _r_getFileDownload
    DescriptionRturns a simple HTML rendering of the snips.
    Parameters
    NameValueRequiredDefault
    teamThe groups downloading fromY--
    fidThe file ID.Y--
    Success
    Success CodeReturned Data or Success Message
    Failure
    Error CodeError Message
    File_With_ID_Not_Found.
    1159Error getting file link for download.
    DL001Access Denied. You cannot download files from this group from your permission level.
    No_Team_Or_FileID_Specified_For_File_Downlaod.
    1158You do not have permission to download files from this group.
    1000Not logged in during file download request.
    2001User is not logged in.